Skip to content

Commit

Permalink
show app page
Browse files Browse the repository at this point in the history
  • Loading branch information
Son NK committed May 16, 2024
1 parent b5b1674 commit 2d24cce
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,16 @@
{# SIWSL#}
{# </a>#}
{# </li>#}
{# {% if current_user.should_show_app_page() %}#}
{# <li class="nav-item">#}
{# <a href="{{ url_for('dashboard.app_route') }}"#}
{# class="nav-link {{ 'active' if active_page == 'app' }}">#}
{# <i class="fe fe-grid"></i>#}
{# Apps#}
{# </a>#}
{# </li>#}
{# {% endif %}#}
{% if current_user.should_show_app_page() %}

<li class="nav-item">
<a href="{{ url_for('dashboard.app_route') }}"
class="nav-link {{ 'active' if active_page == 'app' }}">
<i class="fe fe-grid"></i>
Apps
</a>
</li>
{% endif %}
<li class="nav-item">
<a href="{{ url_for('dashboard.setting') }}"
class="nav-link {{ 'active' if active_page == 'setting' }}">
Expand Down

0 comments on commit 2d24cce

Please sign in to comment.