mirror of https://github.com/Aidaho12/haproxy-wi
v3.2
parent
2a7a11a9c8
commit
14cb96459d
|
@ -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>
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue