diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml index a9d2e2e8a1..d076a175ef 100644 --- a/modules/monitoring/application/views/scripts/list/hostgroups.phtml +++ b/modules/monitoring/application/views/scripts/list/hostgroups.phtml @@ -19,17 +19,20 @@ if (! $this->compact): ?> + - - + - + + -
translate('Host Group') ?>translate('Total Hosts') ?> translate('Host States') ?>translate('Total Services') ?> translate('Service States') ?>
+ + hosts_total ?> + qlink( $hostgroup->hostgroup_alias, 'monitoring/list/hosts', @@ -39,18 +42,7 @@ if (! $this->compact): ?> $hostgroup->hostgroup_alias )) ) ?> - - - qlink( - $hostgroup->hosts_total, - 'monitoring/list/hosts', - array('hostgroup_name' => $hostgroup->hostgroup_name), - array('title' => sprintf( - $this->translate('List all hosts in host group "%s"'), - $hostgroup->hostgroup_alias - )) - ) ?> - compact): ?> echo $stateBadges->render(); ?> + qlink( $hostgroup->services_total, 'monitoring/list/services', @@ -145,7 +137,7 @@ if (! $this->compact): ?> array('title' => sprintf( $this->translate('List all services of all hosts in host group "%s"'), $hostgroup->hostgroup_alias - )) + ), 'class' => 'badge') ) ?>