Add extra client fields

This commit is contained in:
raul 2024-06-03 15:06:02 +02:00
parent 15a2b459d4
commit 55ec3ad43d
1 changed files with 5 additions and 1 deletions

View File

@ -15,8 +15,12 @@
<hr> <hr>
<h2>Current clients</h2> <h2>Current clients</h2>
{{ range .Clients }} {{ range .Clients }}
<p>{{ .OS_username }}</p> <p>{{ .Username }}</p>
<p>{{ .UID }}</p>
<p>{{ .GID }}</p>
<p>{{ .Hostname }}</p>
<p>{{ .OperatingSystem }}</p> <p>{{ .OperatingSystem }}</p>
<hr>
{{ end }} {{ end }}
</div> </div>
</div> </div>