diff --git a/templates/index.html b/templates/index.html index 4d95965..d1e2220 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,6 +37,22 @@ + {% for node in nodes %} +
+
+ +
+ +
{{ node.name }}
+
{{ node.ip }}
+
{{ node.status }}
+ +
+ +
+
+ {% endfor %} +