mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More Widget fixes (#9559)
* limit worldmap to active devices, use scope in availability map * Linkable totals and better option description for disabled/ignored. * fix disabled / ignore enabled display * better? links * style improvements. Not important enough to bump version * fix top interfaces query
This commit is contained in:
@@ -1917,6 +1917,7 @@ label {
|
||||
overflow-y: auto;
|
||||
width: 100%;
|
||||
height: calc(100% - 38px);
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.device-availability, .service-availability {
|
||||
@@ -2007,7 +2008,6 @@ label {
|
||||
.widget-availability {
|
||||
float:left;
|
||||
margin:2px;
|
||||
curosr: pointer;
|
||||
}
|
||||
|
||||
.widget-availability-fixed {
|
||||
@@ -2021,6 +2021,10 @@ label {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.widget-availability-host a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.widget-availability-service {
|
||||
float:right;
|
||||
margin-bottom: 10px;
|
||||
|
Reference in New Issue
Block a user