diff --git a/cmd/templates/index.html b/cmd/templates/index.html index 95913d6..883c3c8 100644 --- a/cmd/templates/index.html +++ b/cmd/templates/index.html @@ -14,14 +14,32 @@

Hello {{ .UserAgent }}


Current clients

+ {{ range .Clients }} -

{{ .Username }}

-

{{ .UID }}

-

{{ .GID }}

-

{{ .Hostname }}

-

{{ .OperatingSystem }}

+ + + + + + + + + + + + + + + +
StatusIPUsernameHostnameOperating SystemActions
{{ .PublicIP }}{{ .Username }}{{ .Hostname }}{{ .OperatingSystem }}

{{ end }} + + + + + +