diff --git a/html/css/styles.css b/html/css/styles.css index 8104ef9db2..e27bab1c17 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1956,6 +1956,7 @@ label { .widget-availability { float:left; margin:2px; + curosr: pointer; } .widget-availability-host { diff --git a/html/includes/common/availability-map.inc.php b/html/includes/common/availability-map.inc.php index d76e8c5e7b..fe8b409a22 100644 --- a/html/includes/common/availability-map.inc.php +++ b/html/includes/common/availability-map.inc.php @@ -87,7 +87,7 @@ if (defined('SHOW_SETTINGS')) { $temp_output[] = '
- + '.$deviceState.' '.$deviceIcon.'
'.$device["hostname"].'
@@ -95,7 +95,7 @@ if (defined('SHOW_SETTINGS')) { } else { $temp_output[] = '
- + '.$deviceState.' '; } } @@ -123,8 +123,8 @@ if (defined('SHOW_SETTINGS')) { $temp_output[] = '
- - + '.$service["service_type"].' + '.$serviceState.' '.$deviceIcon.'
'.$service["hostname"].'
@@ -132,7 +132,7 @@ if (defined('SHOW_SETTINGS')) { } else { $temp_output[] = '
- + '.$service['service_type'].' - '.$serviceState.' '; } } @@ -160,9 +160,9 @@ if (defined('SHOW_SETTINGS')) { $temp_header[] = '
Total hosts - - - + up: '.$host_up_count.' + warn: '.$host_warn_count.' + down: '.$host_down_count.'
'; } @@ -175,9 +175,9 @@ if (defined('SHOW_SETTINGS')) { $temp_header[] = '
Total services - - - + up: '.$service_up_count.' + warn: '.$service_warn_count.' + down: '.$service_down_count.'
'; }