From a81f3ef5cfe72b9edf345564fc31361650f15110 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Tue, 29 Jun 2021 14:04:13 -0700 Subject: added public instance tracking when instance is created --- static/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index 1cd206b..502e527 100644 --- a/static/index.html +++ b/static/index.html @@ -21,6 +21,20 @@

{{ .Title }}

{{.Message}}

+ +
+ + Current known instances + + + {{ range .InstanceIndex }} + + + + {{ end }} +
+
{{ .Id }}
+
{{ end }} {{ define "bottom" }}{{ end }} -- cgit v1.2.3