diff --git a/modules/monitoring/application/controllers/ChartController.php b/modules/monitoring/application/controllers/ChartController.php index efb5614b6..acb84a8f0 100644 --- a/modules/monitoring/application/controllers/ChartController.php +++ b/modules/monitoring/application/controllers/ChartController.php @@ -250,7 +250,7 @@ class Monitoring_ChartController extends Controller (int) $query->hosts_unreachable_unhandled . ' Unreachable Hosts (Unhandled)', (int) $query->hosts_pending . ' Pending Hosts' ) - ),array( + ), array( 'data' => array( // (int) $query->services_ok, (int) $query->services_warning_unhandled, diff --git a/modules/monitoring/application/views/scripts/multi/host.phtml b/modules/monitoring/application/views/scripts/multi/host.phtml index bd824bd5a..414609a69 100644 --- a/modules/monitoring/application/views/scripts/multi/host.phtml +++ b/modules/monitoring/application/views/scripts/multi/host.phtml @@ -40,16 +40,16 @@ $this->target = array('host' => $this->hostquery);

icon('hostgroup.png')?> Host Actions

- - - render('multi/components/summary.phtml'); ?> - render('multi/components/comments.phtml'); ?> - render('multi/components/downtimes.phtml'); ?> - -
+ + + render('multi/components/summary.phtml'); ?> + render('multi/components/comments.phtml'); ?> + render('multi/components/downtimes.phtml'); ?> + +
render('multi/components/flags.phtml') ?> - +