diff --git a/modules/monitoring/application/views/scripts/show/components/command.phtml b/modules/monitoring/application/views/scripts/show/components/command.phtml index 2ec232ce3..5c35474f4 100644 --- a/modules/monitoring/application/views/scripts/show/components/command.phtml +++ b/modules/monitoring/application/views/scripts/show/components/command.phtml @@ -23,8 +23,9 @@ $command = array_shift($parts); 'monitoring/host/process-check-result', array('host' => $object->getName()), array( - 'icon' => 'reply', + 'class' => 'action-link', 'data-base-target' => '_self', + 'icon' => 'reply', 'title' => $title ) ); @@ -34,8 +35,9 @@ $command = array_shift($parts); 'monitoring/service/process-check-result', array('host' => $object->getHost()->getName(), 'service' => $object->getName()), array( - 'icon' => 'reply', + 'class' => 'action-link', 'data-base-target' => '_self', + 'icon' => 'reply', 'title' => $title ) );