mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-15 02:13:39 -06:00
dashboard intit. addition, rbac modifications
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user