mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-26 22:43:44 +02:00
Add a link to "members" in the network detail page
This commit is contained in:
parent
f5c32fdaf8
commit
dd233be9ee
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ block net_content
|
|||
b #{error}
|
||||
else
|
||||
- if (members !== undefined)
|
||||
a(href='/controller/network/' + network.nwid + '/members')
|
||||
h3 Members
|
||||
each value, key in members
|
||||
.row
|
||||
|
|
Loading…
Add table
Reference in a new issue