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:
Tony Murray
2018-12-17 16:45:17 -06:00
committed by GitHub
parent 220bc2040c
commit 5d20686d34
6 changed files with 16 additions and 11 deletions

View File

@@ -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;