Initial commit

This commit is contained in:
Key Networks
2017-12-13 22:05:07 +08:00
commit c7e7dcaf72
45 changed files with 6724 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
//-
ztncui - ZeroTier network controller UI
Copyright (C) 2017 Key Networks (https://key-networks.com)
Licensed under GPLv3 - see LICENSE for details.
extends network_layout
block net_content
- if (member !== undefined)
h4 for member
a(href='../' + member.address) #{member.address}
h4 Editing of
b #{title}
| has not been implemented