pull/42/head
Aidaho12 2018-08-20 13:16:33 +06:00
parent 2a7a11a9c8
commit 14cb96459d
2 changed files with 7 additions and 1 deletions

View File

@ -65,6 +65,7 @@
<li><a href=/app/add.py#ssl title="Upload SSL cert" class="cert head-submenu">SSL</a></li>
<li><a href=/app/config.py title="Edit Haproxy Config" class="edit head-submenu">Edit config</a> </li>
<li><a href=/app/lists.py title="Manage black and white lists" class="lists head-submenu">Lists</a> </li>
<li><a href=/app/waf.py title="Web application firewall" class="waf head-submenu">WAF</a> </li>
<li><a href=/app/ihap.py title="Installation HAProxy" class="hap head-submenu">Installation</a> </li>
{% endif %}
</li>

View File

@ -34,7 +34,7 @@
.map::before {
display: none;
font-family: "Font Awesome 5 Solid";
content: "\f279";
content: "\f0e8";
}
.runtime::before {
display: none;
@ -76,6 +76,11 @@
font-family: "Font Awesome 5 Solid";
content: "\f0cb";
}
.waf::before {
display: none;
font-family: "Font Awesome 5 Solid";
content: "\f06d";
}
.hap::before {
display: none;
font-family: "Font Awesome 5 Solid";