mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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',
|
'monitoring/host/process-check-result',
|
||||||
array('host' => $object->getName()),
|
array('host' => $object->getName()),
|
||||||
array(
|
array(
|
||||||
'icon' => 'reply',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
|
'icon' => 'reply',
|
||||||
'title' => $title
|
'title' => $title
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -34,8 +35,9 @@ $command = array_shift($parts);
|
|||||||
'monitoring/service/process-check-result',
|
'monitoring/service/process-check-result',
|
||||||
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
|
array('host' => $object->getHost()->getName(), 'service' => $object->getName()),
|
||||||
array(
|
array(
|
||||||
'icon' => 'reply',
|
'class' => 'action-link',
|
||||||
'data-base-target' => '_self',
|
'data-base-target' => '_self',
|
||||||
|
'icon' => 'reply',
|
||||||
'title' => $title
|
'title' => $title
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user