From 79a176fd1d42e2ef9358b88b5c017f4dc55a32b5 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Tue, 30 Aug 2022 12:16:55 -0400 Subject: [PATCH] stop the flickering --- cmd/zrok/endpoint_ui/index.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/cmd/zrok/endpoint_ui/index.html b/cmd/zrok/endpoint_ui/index.html index df3846d1..2c28d0b0 100644 --- a/cmd/zrok/endpoint_ui/index.html +++ b/cmd/zrok/endpoint_ui/index.html @@ -33,23 +33,29 @@ #banner h1 { font-size: 64pt; } + #container { + display: flex; + align-items: center; + justify-content: center; + } #info { - margin-left: 50px; - margin-right: 50px; + width: 920px; }
-
-

The Current Now is {{ .Now }}

-

The current HOST header: {{ .Host }}

-

The remote host making the request: {{ .Remote }}

-

This host has these IP addresses: {{ .Ips }}

+
+
+

The Current Now is {{ .Now }}

+

The current 'HOST' header: {{ .Host }}

+

The remote host making the request: {{ .Remote }}

+

This host has these IP addresses: {{ .Ips }}

+