monitoring: Fix button links in the config overview

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:50:10 +01:00
parent f54441a0b4
commit eb8cc21cae

View File

@ -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')
)
@ -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')
)