diff --git a/modules/monitoring/application/controllers/ProcessController.php b/modules/monitoring/application/controllers/ProcessController.php
index 875f4094c..2209a8e0b 100644
--- a/modules/monitoring/application/controllers/ProcessController.php
+++ b/modules/monitoring/application/controllers/ProcessController.php
@@ -25,7 +25,7 @@ class Monitoring_ProcessController extends Controller
'title' => $this->translate('Monitoring Health'),
'url' =>'monitoring/process/info'
)
- );
+ )->setTitle($this->translate('Process Information'));
}
/**
diff --git a/modules/monitoring/application/views/scripts/process/info.phtml b/modules/monitoring/application/views/scripts/process/info.phtml
index 92bb6cb63..12cb01fbc 100644
--- a/modules/monitoring/application/views/scripts/process/info.phtml
+++ b/modules/monitoring/application/views/scripts/process/info.phtml
@@ -9,15 +9,42 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
+
+ = $this->translate('Monitoring Health'); ?>
+
+
+
= $this->translate('Skip Links'); ?>
+
+
-
= $this->translate('Feature Commands') ?>
+
+ = $this->translate('Feature Commands') ?>
+
= $this->toggleFeaturesForm ?>
-
= $this->translate('Process Info') ?>
+
+ = $this->translate('Process Info') ?>
+
@@ -68,9 +95,33 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
-
= $this->translate('Performance Info') ?>
+
+
+
= $this->translate('Skip Links'); ?>
+
+
-
= $this->translate('Object summaries') ?>
+
+ = $this->translate('Object summaries') ?>
+
@@ -118,7 +169,9 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
-
= $this->translate('Active checks') ?>
+
+ = $this->translate('Active checks') ?>
+
@@ -148,7 +201,9 @@ $cp = $this->checkPerformance()->create($this->checkperformance);
-
= $this->translate('Passive checks') ?>
+
+ = $this->translate('Passive checks') ?>
+
diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less
index c33c6670c..6e31e8d8f 100644
--- a/public/css/icinga/menu.less
+++ b/public/css/icinga/menu.less
@@ -301,5 +301,8 @@ a:focus {
}
}
.skip-links-inline {
- margin-top: -3.5em;
+ margin-top: -2em;
+ ul > li > a {
+ width: 14em !important;
+ }
}