CSS: Use action-link instead of show-more in the list/hosts view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 11:56:58 +02:00
parent 3580de6c6e
commit ae2889c65f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right show-more'
'class' => 'pull-right action-link'
)
) ?>
<?php endif ?>