mirror of
https://github.com/key-networks/ztncui.git
synced 2025-04-21 11:56:55 +02:00
Change brand
This commit is contained in:
parent
d3545fc397
commit
46aff80c8b
5 changed files with 9 additions and 11 deletions
|
@ -13,9 +13,8 @@ block body_content
|
|||
span.icon-bar
|
||||
span.icon-bar
|
||||
span.icon-bar
|
||||
a.navbar-brand(href='https://key-networks.com' target='_blank')
|
||||
img(src='/images/key-logo.svg' alt='Key Networks logo' height='25px' width='25px' style='display: inline')
|
||||
| Key Networks
|
||||
a.navbar-brand(href='https://zt.yuuza.net' target='_blank')
|
||||
| ZT.Yuuza
|
||||
.collapse.navbar-collapse(id='BarNav')
|
||||
ul.nav.navbar-nav
|
||||
li(class=(navigate.active === 'controller_home'? 'active' : ''))
|
||||
|
|
|
@ -14,4 +14,4 @@ html(lang='en')
|
|||
script(src='/jqjs/jquery.min.js')
|
||||
script(src='/bsjs/bootstrap.min.js')
|
||||
body
|
||||
block body_content
|
||||
block body_content
|
|
@ -10,7 +10,8 @@ block content
|
|||
|
||||
h2
|
||||
a(href='https://zerotier.com' target='_blank') ZeroTier
|
||||
| network controller UI
|
||||
| network controller UI by
|
||||
a(href='https://key-networks.com' target='_blank') Key Networks
|
||||
|
||||
h3 Network controller details
|
||||
|
||||
|
|
|
@ -13,9 +13,8 @@ block body_content
|
|||
span.icon-bar
|
||||
span.icon-bar
|
||||
span.icon-bar
|
||||
a.navbar-brand(href='https://key-networks.com' target='_blank')
|
||||
img(src='/images/key-logo.svg' alt='Key Networks logo' height='25px' width='25px' style='display: inline')
|
||||
| Key Networks
|
||||
a.navbar-brand(href='https://zt.yuuza.net' target='_blank')
|
||||
| ZT.Yuuza
|
||||
.collapse.navbar-collapse(id='BarNav')
|
||||
ul.nav.navbar-nav.navbar-right
|
||||
li
|
||||
|
|
|
@ -13,9 +13,8 @@ block body_content
|
|||
span.icon-bar
|
||||
span.icon-bar
|
||||
span.icon-bar
|
||||
a.navbar-brand(href='https://key-networks.com' target='_blank')
|
||||
img(src='/images/key-logo.svg' alt='Key Networks logo' height='25px' width='25px' style='display: inline')
|
||||
| Key Networks
|
||||
a.navbar-brand(href='https://zt.yuuza.net' target='_blank')
|
||||
| ZT.Yuuza
|
||||
.collapse.navbar-collapse(id='BarNav')
|
||||
ul.nav.navbar-nav
|
||||
li(class=(navigate.active === 'home'? 'active' : ''))
|
||||
|
|
Loading…
Add table
Reference in a new issue