mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
do not show SIWSL and Apps page
This commit is contained in:
parent
07f5267c5a
commit
2a2a72342d
1 changed files with 16 additions and 16 deletions
|
@ -48,23 +48,23 @@
|
|||
</li>
|
||||
-->
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="{{ url_for('developer.index') }}"
|
||||
class="nav-link {{ 'active' if active_page == 'developer' }}">
|
||||
<i class="fe fe-terminal"></i>
|
||||
SIWSL
|
||||
</a>
|
||||
</li>
|
||||
{# <li class="nav-item">#}
|
||||
{# <a href="{{ url_for('developer.index') }}"#}
|
||||
{# class="nav-link {{ 'active' if active_page == 'developer' }}">#}
|
||||
{# <i class="fe fe-terminal"></i>#}
|
||||
{# 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') }}"
|
||||
|
|
Loading…
Reference in a new issue