diff --git a/web/html/index.html b/web/html/index.html index 41f7cf3..16ac9b8 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -92,13 +92,13 @@
-

ID

+

ID

Name

Type

Status

Host Name

Host Status

-

Actions

+

Actions

{{range .instances}} diff --git a/web/templates/instance-card.go.tmpl b/web/templates/instance-card.go.tmpl index 70835b7..25372b1 100644 --- a/web/templates/instance-card.go.tmpl +++ b/web/templates/instance-card.go.tmpl @@ -20,7 +20,7 @@

-

{{.VMID}}

+

{{.VMID}}

{{.Name}}

{{.Type}}

@@ -47,7 +47,7 @@ {{end}}

{{.NodeStatus}}

-
+
{{if and (eq .NodeStatus "online") (eq .Status "running")}}