mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Fix that the DashletForm handles the autosubmit manually
This commit is contained in:
parent
53e73161d8
commit
f7785ee04a
@ -116,9 +116,9 @@ class DashletForm extends Form
|
|||||||
'checkbox',
|
'checkbox',
|
||||||
'create_new_pane',
|
'create_new_pane',
|
||||||
array(
|
array(
|
||||||
|
'autosubmit' => true,
|
||||||
'required' => false,
|
'required' => false,
|
||||||
'label' => $this->translate('New dashboard'),
|
'label' => $this->translate('New dashboard'),
|
||||||
'class' => 'autosubmit',
|
|
||||||
'description' => $this->translate('Check this box if you want to add the dashlet to a new dashboard')
|
'description' => $this->translate('Check this box if you want to add the dashlet to a new dashboard')
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user