This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
2016-10-18 20:33:55 +02:00
|
|
|
ui.nav.navbar-nav
|
|
|
|
.navbar-text Hosting
|
|
|
|
li
|
|
|
|
a(ui-sref="app.host.index",ui-sref-active="active") Home
|
|
|
|
li(ng-if='!profil.ID')
|
|
|
|
a(ui-sref="app.host.signup",ui-sref-active="active") Signup
|
|
|
|
li(ng-if='profil.ID')
|
|
|
|
a(ui-sref="app.host.domain",ui-sref-active="active") Domains
|
|
|
|
li(ng-if='profil.ID')
|
|
|
|
a(ui-sref="app.host.database",ui-sref-active="active") Databases
|
|
|
|
|
|
|
|
ui.nav.navbar-nav.navbar-right
|
|
|
|
li.dropdown(ng-if="session.login.superadmin")
|
|
|
|
a.dropdown-toggle(data-toggle="dropdown",role="button",aria-haspopup="true",aria-expanded="false")
|
|
|
|
span.glyphicon.glyphicon-console
|
|
|
|
| Admin
|
|
|
|
span.caret
|
|
|
|
ul.dropdown-menu
|
|
|
|
li
|
|
|
|
a(ui-sref="app.host.A.profil") Profiles
|
|
|
|
li
|
|
|
|
a(ui-sref="app.host.A.domain") Domains
|
|
|
|
li
|
|
|
|
a(ui-sref="app.host.A.database") Databases
|