Skip to content

Commit

Permalink
monitoring: Fix button links in the config overview
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Nov 12, 2015
1 parent f54441a commit eb8cc21
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@
'monitoring/config/createbackend',
null,
array(
'class' => 'button action-link',
'class' => 'button-link',
'icon' => 'plus',
'title' => $this->translate('Create a new monitoring backend')
)
Expand Down Expand Up @@ -65,7 +65,7 @@
'monitoring/config/createtransport',
null,
array(
'class' => 'button action-link',
'class' => 'button-link',
'icon' => 'plus',
'title' => $this->translate('Create a new command transport')
)
Expand Down

0 comments on commit eb8cc21

Please sign in to comment.