mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 10:57:40 +02:00
monitoring: Use CSS class action-link instead of show-more in the list/services view script
refs #5543
This commit is contained in:
parent
6b78174537
commit
8ea30a2933
@ -106,7 +106,7 @@ if (! $this->compact): ?>
|
|||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right show-more'
|
'class' => 'action-link pull-right'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user