CSS: Use action-link instead of show-more in the list/hosts view script
refs #5543
This commit is contained in:
parent
3580de6c6e
commit
ae2889c65f
|
@ -101,7 +101,7 @@ if (! $this->compact): ?>
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'data-base-target' => '_next',
|
'data-base-target' => '_next',
|
||||||
'class' => 'pull-right show-more'
|
'class' => 'pull-right action-link'
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
Loading…
Reference in New Issue