aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorFChannel <>2021-06-29 14:04:13 -0700
committerFChannel <>2021-06-29 14:04:13 -0700
commita81f3ef5cfe72b9edf345564fc31361650f15110 (patch)
tree862ff930b44c62435c375f10cf54afb4053a6d02 /static/index.html
parent9b67a65d76eb98a6e405b677a20c6215e1271753 (diff)
added public instance tracking when instance is created
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html14
1 files changed, 14 insertions, 0 deletions
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 @@
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
<h1>{{ .Title }}</h1>
<p style="text-align: justify">{{.Message}}</p>
+
+ <div style="margin-top:50px;">
+ <table align="center" style="text-align: left;">
+ <th>
+ <tr>Current known instances</tr>
+ </th>
+
+ {{ range .InstanceIndex }}
+ <tr>
+ <td>{{ .Id }}</td>
+ </tr>
+ {{ end }}
+ </table>
+ </div>
</div>
{{ end }}
{{ define "bottom" }}{{ end }}