diff --git a/src/templates/index.html b/src/templates/index.html index 863e751..8d09787 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -4,7 +4,7 @@
-

Now online

+

Online

@@ -20,7 +20,13 @@ - + {{ end }} {{ end }} @@ -34,17 +40,31 @@ + {{ range . }} {{ if eq .Now 0 }} - - - - - - - - + + + + + + + + + + + {{ end }} {{ end }}
Name{{ .Ip }} {{ .Mac }} {{ .Hw }}{{ .Known }} + {{ if eq .Known 1 }} + + {{ else }} + + {{ end }} +
Hardware Last seen Known
{{ .Name }}{{ .Ip }}{{ .Mac }}{{ .Hw }}{{ .Date }}{{ .Known }}
+ + {{ .Ip }}{{ .Mac }}{{ .Hw }}{{ .Date }} + {{ if eq .Known 1 }} + + {{ else }} + + {{ end }} + + +