8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00
ztncui/src/views/network_layout.pug
2018-01-30 17:11:36 +08:00

23 lines
518 B
Plaintext

//-
ztncui - ZeroTier network controller UI
Copyright (C) 2017-2018 Key Networks (https://key-networks.com)
Licensed under GPLv3 - see LICENSE for details.
extends controller_layout
block content
if error
b #{error}
else
.row
.col-sm-10
h2
a(href='/controller/network/' + network.nwid) #{network.name}
| (#{network.nwid}):
h3= title
.col-sm-2
h2.right
a.btn.btn-default(href=nav.whence role='button') Back
block net_content