mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix: wrong condition in sidebar generation
This commit is contained in:
parent
ba42259ec8
commit
8aeb43c62d
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body {% if config %}ng-app="ConfigApp"{% endif %}>
|
||||
<body {% if settings %}ng-app="ConfigApp"{% endif %}>
|
||||
|
||||
{% include "topbar.html" %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<div class="col-sm-3 col-md-2 sidebar">
|
||||
{% if config -%}
|
||||
{% if settings -%}
|
||||
{% include "sideconfig.html" %}
|
||||
{% else -%}
|
||||
<ul class="nav nav-sidebar">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue