diff --git a/cmd/templates/index.html b/cmd/templates/index.html index 0fc6bb0..95913d6 100644 --- a/cmd/templates/index.html +++ b/cmd/templates/index.html @@ -15,8 +15,12 @@

Current clients

{{ range .Clients }} -

{{ .OS_username }}

+

{{ .Username }}

+

{{ .UID }}

+

{{ .GID }}

+

{{ .Hostname }}

{{ .OperatingSystem }}

+
{{ end }}