diff --git a/modules/monitoring/application/views/scripts/show/components/actions.phtml b/modules/monitoring/application/views/scripts/show/components/actions.phtml index c34141084..1d926b33a 100644 --- a/modules/monitoring/application/views/scripts/show/components/actions.phtml +++ b/modules/monitoring/application/views/scripts/show/components/actions.phtml @@ -1,9 +1,5 @@ action_url && ! $object->notes_url) { - return; -} - $links = array(); $linkText = '%s'; $localLinkText = '%s'; @@ -39,8 +35,12 @@ if (isset($this->hostActions)) { } } +if (empty($links)) { + return; +} + ?>