diff --git a/html/includes/common/availability-map.inc.php b/html/includes/common/availability-map.inc.php index a760744206..c09ce0e863 100644 --- a/html/includes/common/availability-map.inc.php +++ b/html/includes/common/availability-map.inc.php @@ -27,7 +27,7 @@ $select_modes = array( ); if ($config['webui']['availability_map_compact'] == 1) { - $compact_tile = $widget_settings['tile_width']; + $compact_tile = $widget_settings['tile_size']; } $show_disabled_ignored = $widget_settings['show_disabled_and_ignored']; @@ -64,10 +64,10 @@ if (defined('SHOW_SETTINGS')) { $common_output[] = '
- +
- +
'; } @@ -122,10 +122,10 @@ if (defined('SHOW_SETTINGS')) { $common_outputp[] = '
- +
- +
'; @@ -231,7 +231,7 @@ if (defined('SHOW_SETTINGS')) { if ($directpage == "yes") { $deviceIcon = getImage($device); $temp_output[] = ' - +
' . $deviceState . ' ' . $deviceIcon . '
@@ -244,12 +244,12 @@ if (defined('SHOW_SETTINGS')) { $deviceLabel .= ' widget-availability-fixed'; } $temp_output[] = ' -
+ ' . $deviceState . ' '; } } else { - $temp_output[] = '
'; + $temp_output[] = "
"; } } } @@ -300,7 +300,7 @@ if (defined('SHOW_SETTINGS')) { '; } } else { - $temp_output[] = '
'; + $temp_output[] = " 'device', 'tab' => 'services', 'device' => $service['device_id'])) . "' title='${service['hostname']} - ${service['service_type']} - ${service['service_desc']}'>
"; } } } else { diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 939d05715c..feec09614d 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -57,7 +57,6 @@ if ($config['title_image']) {
  • Availability
  • Network
  • 0) {