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…
Reference in New Issue