From e3bfa181526365a03a2941787f35d82ffc66b1ea Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 31 Aug 2022 15:33:52 -0400 Subject: [PATCH] test endpoint ui tweaks --- cmd/zrok/endpoint_ui/index.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/cmd/zrok/endpoint_ui/index.html b/cmd/zrok/endpoint_ui/index.html index a47ccb27..11415a5a 100644 --- a/cmd/zrok/endpoint_ui/index.html +++ b/cmd/zrok/endpoint_ui/index.html @@ -16,11 +16,18 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - h1, h2, h3, h4, h5, h6 { font-family: 'Russo One', sans-serif; } - + table { + table-layout: fixed; + } + td { + width: 80%; + } + td:first-child { + width: 20%; + } #banner { background-color: #3b2693; text-align: center; @@ -32,17 +39,14 @@ height: 600px; justify-content: center; } - #banner h1 { font-size: 64pt; } - #container { display: flex; align-items: center; justify-content: center; } - #info { width: 920px; } @@ -379,18 +383,18 @@

{{ .Now }}

-

Local:

+

This Endpoint:

- - - + + +
Host Header{{ .Host }}
Remote Address{{ .Remote }}
Local IP Addresses{{ .Ips }}
Host Header{{ .Host }}
Remote Address{{ .Remote }}
Local IP Addresses{{ .Ips }}
-

Headers:

+

Extended Headers:

{{ range $header, $value := .Headers }} - +
{{ $header }}{{ $header }} {{ range $v := $value }} {{ $v }}