aboutsummaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
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 }}