add friendly_name param

This commit is contained in:
kadet77rus 2024-09-27 19:41:58 +03:00
parent 2fdafd34ca
commit dd8f4742e7
6 changed files with 27 additions and 7 deletions

View file

@ -40,6 +40,7 @@ Connected Peers
<tr>
<th scope="col">#</th>
<th scope="col">Name</th>
<th scope="col">Friendly Name</th>
<th scope="col">Email</th>
<th scope="col">Allocated IPs</th>
<th scope="col">Endpoint</th>
@ -55,6 +56,7 @@ Connected Peers
<tr {{ if $peer.Connected }} class="table-success" {{ end }}>
<th scope="row">{{ $idx }}</th>
<td>{{ $peer.Name }}</td>
<td>{{ $peer.FriendlyName }}</td>
<td>{{ $peer.Email }}</td>
<td>{{ $peer.AllocatedIP }}</td>
<td>{{ $peer.Endpoint }}</td>