mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
Fix that the DashletForm handles the autosubmit manually
This commit is contained in:
parent
53e73161d8
commit
f7785ee04a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,9 +116,9 @@ class DashletForm extends Form
|
|||
'checkbox',
|
||||
'create_new_pane',
|
||||
array(
|
||||
'autosubmit' => true,
|
||||
'required' => false,
|
||||
'label' => $this->translate('New dashboard'),
|
||||
'class' => 'autosubmit',
|
||||
'description' => $this->translate('Check this box if you want to add the dashlet to a new dashboard')
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue