mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-07-11 17:53:58 +03:00
Show only connected peers of relevant device in status page
This commit is contained in:
parent
956496d840
commit
db872c4261
2 changed files with 40 additions and 26 deletions
|
@ -35,7 +35,6 @@ Connected Peers
|
|||
{{ end}}
|
||||
{{ range $dev := .devices }}
|
||||
<table class="table table-sm">
|
||||
<caption>List of connected peers for device with name {{ $dev.Name }} </caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">#</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue