mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Widget Eventlog Sensors Link and Mouseover functionality (#11380)
* Global Settings - Alert Default Settings * Revert "Global Settings - Alert Default Settings" This reverts commita1af62b146. * Widget Eventlog - Sensors link and overlib Image * travis fix * handling via AppServiceProvider * collect function * Travis ... * static list of Sensor Types * adding all sensor graph_types * remove collect * correct getTypes - remove change to lower case * class sensor_descr switch * class sensor_descr switch - revert * Use standard sensor type names * move types to attribute list * going back to changes from9eee7fad58Co-authored-by: Tony Murray <[email protected]>
This commit is contained in:
co-authored by
Tony Murray
parent
bb9ebb4e45
commit
cc2894c0df
@@ -822,6 +822,22 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.sensor-low, a.sensor-low, a.sensor-low:visited {
|
||||
color: #c11;
|
||||
}
|
||||
|
||||
.sensor-high, a.sensor-high, a.sensor-high:visited {
|
||||
color: #c11;
|
||||
}
|
||||
|
||||
.sensor-ok, a.sensor-ok, a.sensor-ok:visited {
|
||||
color: #11a;
|
||||
}
|
||||
|
||||
a.sensor-ok:hover, a.sensor-low:hover, a.sensor-high:hover {
|
||||
color: #990099;
|
||||
}
|
||||
|
||||
#top {
|
||||
height:17px;
|
||||
padding:2px 21px 0px 21px;
|
||||
|
||||
Reference in New Issue
Block a user