Building RPM and DEB packages with pkg and fpm

This commit is contained in:
Key Networks
2018-01-03 12:07:30 +08:00
parent 22e420364d
commit 66b8356d7b
50 changed files with 428 additions and 8 deletions
+24
View File
@@ -0,0 +1,24 @@
//-
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 network.deleted
.alert.alert-success
strong #{network.name} (#{network.nwid}) was deleted
else
.alert.alert-danger
strong Warning! Deleting a network cannot be undone
form(method='POST' action='')
button.btn.btn-danger(type='submit', name='delete') Delete #{network.name} (#{network.nwid})
= ' '
a.btn.btn-default(href='/controller/networks', name='cancel', role='button') Cancel
if errors
ul
for err in errors
li!= err.msg