mirror of https://github.com/Aidaho12/haproxy-wi
v2.8
parent
4279b71e3a
commit
125d7ab81c
|
@ -49,7 +49,7 @@
|
|||
<li><a href=/app/logs.py title="View logs" class="logs head-submenu"> Logs</a></li>
|
||||
<li><a href=/app/map.py title="View map" class="map head-submenu">Map</a></li>
|
||||
<li><a href=/app/edit.py title="Runtime API" class="runtime head-submenu">Runtime API</a></li>
|
||||
<li><a href=/app/metrics.py title="Metrics" class="overview-link head-submenu">Metrics</a></li>
|
||||
<li><a href=/app/metrics.py title="Metrics" class="metrics head-submenu">Metrics</a></li>
|
||||
</li>
|
||||
<li><a title="Actions with Haproxy configs" class="config-show">Haproxy</a>
|
||||
<li><a href=/app/configshow.py title="Show Haproxy Config" class="config-show head-submenu">Show config</a></li>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 562 KiB After Width: | Height: | Size: 565 KiB |
|
@ -41,6 +41,11 @@
|
|||
font-family: "Font Awesome 5 Solid";
|
||||
content: "\f233";
|
||||
}
|
||||
.metrics::before {
|
||||
display: none;
|
||||
font-family: "Font Awesome 5 Solid";
|
||||
content: "\f1fe";
|
||||
}
|
||||
.config-show::before {
|
||||
display: none;
|
||||
font-family: "Font Awesome 5 Solid";
|
||||
|
|
Loading…
Reference in New Issue