monitoring/CSS: Use action-link on process check result links

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 23:39:19 +02:00
parent 7b7a791fcc
commit 156fc9c85c
1 changed files with 4 additions and 2 deletions

View File

@ -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
)
);