mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
RoleForm: Use a fieldset's legend as collapsible control
This commit is contained in:
parent
8cd6a46388
commit
37387b603f
@ -230,7 +230,7 @@ class RoleForm extends RepositoryForm
|
||||
: 'Icinga Web 2',
|
||||
'decorators' => [
|
||||
'FormElements',
|
||||
['Fieldset', ['class' => 'collapsible']]
|
||||
['Fieldset', ['class' => 'collapsible', 'data-toggle-element' => 'legend']]
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user