Add extra client fields
This commit is contained in:
parent
15a2b459d4
commit
55ec3ad43d
|
@ -15,8 +15,12 @@
|
|||
<hr>
|
||||
<h2>Current clients</h2>
|
||||
{{ range .Clients }}
|
||||
<p>{{ .OS_username }}</p>
|
||||
<p>{{ .Username }}</p>
|
||||
<p>{{ .UID }}</p>
|
||||
<p>{{ .GID }}</p>
|
||||
<p>{{ .Hostname }}</p>
|
||||
<p>{{ .OperatingSystem }}</p>
|
||||
<hr>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue