Skip to content

Commit

Permalink
monitoring: Use CSS class action-link instead of show-more in the lis…
Browse files Browse the repository at this point in the history
…t/services view script

refs #5543
  • Loading branch information
lippserd committed Sep 23, 2015
1 parent 6b78174 commit 8ea30a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 ?>
Expand Down

0 comments on commit 8ea30a2

Please sign in to comment.