mirror of https://github.com/Aidaho12/haproxy-wi
parent
a58f938503
commit
08637d37a3
|
@ -41,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="top-link">
|
<div class="top-link">
|
||||||
<nav class="menu">
|
<nav class="menu">
|
||||||
<ul>
|
<ul id="menu">
|
||||||
<li><a title="Statistics, monitoring and logs" class="stats">Stats</a>
|
<li><a title="Statistics, monitoring and logs" class="stats">Stats</a>
|
||||||
<li><a href=/app/overview.py title="Server and service status" class="overview-link head-submenu">Overview</a> </li>
|
<li><a href=/app/overview.py title="Server and service status" class="overview-link head-submenu">Overview</a> </li>
|
||||||
<li><a href=/app/viewsttats.py title"Show stats" class="stats head-submenu">Stats</a> </li>
|
<li><a href=/app/viewsttats.py title"Show stats" class="stats head-submenu">Stats</a> </li>
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% for select in selects %}
|
<option disabled selected>Choose server</option>
|
||||||
<option disabled selected>Choose server</option>
|
{% for select in selects %}
|
||||||
{% if select.2 == serv %}
|
{% if select.2 == serv %}
|
||||||
<option value="{{ select.2 }}" selected>{{ select.1 }}</option>
|
<option value="{{ select.2 }}" selected>{{ select.1 }}</option>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
@ -324,11 +324,10 @@ pre {
|
||||||
min-height: calc(100vh - 70px);
|
min-height: calc(100vh - 70px);
|
||||||
}
|
}
|
||||||
.menu ul li{
|
.menu ul li{
|
||||||
padding: 5px;
|
padding: 3px;
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
margin-right: 0px !important;
|
margin-right: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu ul ul > li:hover{
|
.menu ul ul > li:hover{
|
||||||
background-color: #69e;
|
background-color: #69e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue