diff --git a/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php b/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php index 722f8d0b3..180434564 100644 --- a/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php +++ b/modules/monitoring/application/forms/Command/Instance/ToggleInstanceFeaturesCommandForm.php @@ -26,9 +26,7 @@ class ToggleInstanceFeaturesCommandForm extends CommandForm public function init() { $this->setUseFormAutosubmit(); - $this->setTitle($this->translate('Feature Commands')); $this->setAttrib('class', 'inline instance-features'); - $this->loadDefaultDecorators()->getDecorator('description')->setTag('h2'); } /** diff --git a/modules/monitoring/application/views/scripts/health/info.phtml b/modules/monitoring/application/views/scripts/health/info.phtml index 520cd5f19..f277d4688 100644 --- a/modules/monitoring/application/views/scripts/health/info.phtml +++ b/modules/monitoring/application/views/scripts/health/info.phtml @@ -11,7 +11,7 @@ if (! $this->compact): ?>
= $this->translate('Service Problems:') ?> |
-
+
=
$this->qlink(
$this->unhandledServiceProblems,
@@ -34,7 +34,7 @@ if (! $this->compact): ?>
= $this->translate('Host Problems:') ?> |
-
+
=
$this->qlink(
$this->unhandledhostProblems,
@@ -50,7 +50,7 @@ if (! $this->compact): ?>
| |
---|