8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00

Dropped authorized page

This commit is contained in:
Key Networks
2018-01-31 11:25:45 +08:00
parent 83f0bb781a
commit c901d27ab1
3 changed files with 0 additions and 54 deletions

View File

@@ -1,31 +0,0 @@
//-
ztncui - ZeroTier network controller UI
Copyright (C) 2017-2018 Key Networks (https://key-networks.com)
Licensed under GPLv3 - see LICENSE for details.
extends network_layout
block net_content
h4 for member
a(href='../' + member.address) #{member.address}
form(method='POST' action='')
.radio
label
input(type='radio' name='authorized' value='true' checked=member.authorized)
| Yes
.radio
label
input(type='radio' name='authorized' value='false' checked=!member.authorized)
| No
.form-group(style='padding-top: 10px')
button.btn.btn-primary(type='submit') Submit
= ' '
a.btn.btn-default(href='../' + member.address name='cancel' role='button') Cancel
if errors
ul
for err in errors
li!= err.msg