mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix: missing live flag
This commit is contained in:
parent
601dab00a5
commit
8c15147484
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
</li>
|
||||
{% if not login -%}
|
||||
{% if not config.STANDALONE -%}
|
||||
<li class="detail {% if not server and not about and not me and not admin %}active{% endif %}">
|
||||
<li class="detail {% if not server and not about and not me and not admin and not live %}active{% endif %}">
|
||||
<a href="{{ url_for('view.home') }}">
|
||||
<span class="glyphicon glyphicon-hdd" aria-hidden="true"></span><span class="dtl"> {{ _('Servers') }}</span>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue