diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml index a9d2e2e8a..d076a175e 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): ?>
= $this->translate('Host Group') ?> | -= $this->translate('Total Hosts') ?> | = $this->translate('Host States') ?> | -= $this->translate('Total Services') ?> | += $this->translate('Service States') ?> | |||
---|---|---|---|---|---|---|---|
+ | + = $hostgroup->hosts_total ?> + | += $this->qlink( $hostgroup->hostgroup_alias, 'monitoring/list/hosts', @@ -39,18 +42,7 @@ if (! $this->compact): ?> $hostgroup->hostgroup_alias )) ) ?> - - | - = $this->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(); ?> | -+ | = $this->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') ) ?> |