Skip to content

Commit

Permalink
monitoring/CSS: Use action-link on process check result links
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 7b7a791 commit 156fc9c
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -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
)
);
Expand All @@ -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
)
);
Expand Down

0 comments on commit 156fc9c

Please sign in to comment.