mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
Fix button for remove navigation item
This commit is contained in:
parent
5e5e9709a5
commit
43ecd1fc90
@ -174,7 +174,7 @@ class NavigationController extends Controller
|
|||||||
$removeForm->addElement('button', 'btn_submit', array(
|
$removeForm->addElement('button', 'btn_submit', array(
|
||||||
'escape' => false,
|
'escape' => false,
|
||||||
'type' => 'submit',
|
'type' => 'submit',
|
||||||
'class' => 'link-like spinner',
|
'class' => 'link-button spinner',
|
||||||
'value' => 'btn_submit',
|
'value' => 'btn_submit',
|
||||||
'decorators' => array('ViewHelper'),
|
'decorators' => array('ViewHelper'),
|
||||||
'label' => $this->view->icon('trash'),
|
'label' => $this->view->icon('trash'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user