monitoring/CSS: Use action-link on process check result links
refs #5543
This commit is contained in:
parent
7b7a791fcc
commit
156fc9c85c
|
@ -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
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue