dashboard intit. addition, rbac modifications

This commit is contained in:
Xevion
2019-07-04 04:11:15 -05:00
parent fb8ba3b79e
commit 92a6f8ad49
8 changed files with 72 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ Color = Bulma Color Type of the Message Box
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item raleway-font" href="{{ url_for('index') }}">
<a style="margin-left: 0.5rem;" class="navbar-item raleway-font" href="{{ url_for('index') }}">
Xevion
</a>
@@ -106,7 +106,7 @@ Color = Bulma Color Type of the Message Box
<div class="navbar-text">Profile</div>
</a>
<a class="navbar-item" href="{{ url_for('dashboard') }}">
<span class="navbar-fa-icon fas fa-user-cog"></span>
<span class="navbar-fa-icon fas fa-chart-line"></span>
<div class="navbar-text">Dashboard</div>
</a>
<hr class="navbar-divider">