= $this->translate('Services'); ?>
diff --git a/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml b/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml
index bab0cfc8e..faeb98668 100644
--- a/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml
+++ b/modules/monitoring/application/views/scripts/tactical/components/problem_hosts.phtml
@@ -4,46 +4,48 @@
echo ' handled';
}
?>">
-statusSummary->hosts_down): ?>
-
= $this->qlink(
- sprintf(
- $this->translatePlural('%u Host DOWN', '%u Hosts DOWN', $this->statusSummary->hosts_down),
- $this->statusSummary->hosts_down
- ),
- 'monitoring/list/hosts',
- array('host_state' => 1),
- array('title' => sprintf(
- $this->translatePlural(
- 'List %u host that is currently in state DOWN',
- 'List %u hosts which are currently in state DOWN',
+
= $this->translate('Services'); ?>
= $this->partial(
diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less
index 888925fa2..406031c19 100644
--- a/modules/monitoring/public/css/module.less
+++ b/modules/monitoring/public/css/module.less
@@ -531,39 +531,39 @@ a.critical {
background: #eee;
}
-/* Box caption */
-.boxview div.box h2 {
- margin-top: 0;
- margin-bottom: 0.6em;
+/* Box header */
+.boxview div.box.header {
+ padding-bottom: 0.5em;
+ margin-bottom: 0.5em;
+ border-bottom: 1px solid #888;
+}
+
+.boxview div.box.header h2 {
+ margin-top: 0.1em;
+ margin-bottom: 0;
font-size: 0.8em;
+ border-bottom: none;
color: @colorTextDefault;
}
-.boxview div.box h2:first-child {
+.boxview div.box.header h2:first-child {
margin-top: 0.2em;
- padding-bottom: 0.5em;
font-size: inherit;
color: @colorTextDefault;
- border-bottom: 1px solid #d9d9d9;
}
-.boxview div.box h2 > a {
+.boxview div.box.header h2 > a {
color: inherit;
- margin-bottom: 0.2em;
}
-.boxview div.box h2 > a:hover {
+.boxview div.box.header h2 > a:hover {
text-decoration: underline;
}
-.boxview div.box h2:first-child > a:hover {
-}
-
-.boxview div.box h3 {
+.boxview div.box.header h3 {
line-height: 1.5em;
font-size: 0.9em;
color: #555;
- border-bottom: 1px solid #d9d9d9;
}
/* Box body of contents */