From 5509175034ea3bbde19ec27098432ec809fe9457 Mon Sep 17 00:00:00 2001 From: Noelle Daley Date: Wed, 31 Oct 2018 16:23:00 -0700 Subject: [PATCH] style ui not bundled page --- http/handler.go | 57 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/http/handler.go b/http/handler.go index 0ce5f6e5fb47..7db5cb5b8a32 100644 --- a/http/handler.go +++ b/http/handler.go @@ -352,12 +352,67 @@ func handleUIStub() http.Handler { stubHTML := ` -

Vault UI is not available in this binary. To get Vault UI do one of the following:

+ +
+
+
+ + + +

Vault UI is not available in this binary.

+
+

To get Vault UI do one of the following:

  • Download an official release
  • Run make release to create your own release binaries.
  • Run make dev-ui to create a development binary with the UI.
+
+
` return http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {