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

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 14:04:44 +02:00
parent 6b78174537
commit 8ea30a2933
1 changed files with 1 additions and 1 deletions

View File

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