mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 12:24:29 +02:00
RoleForm: Fully hide a fieldset's content if collapsed
This commit is contained in:
parent
eb0d808aec
commit
f22d759858
@ -246,7 +246,7 @@ class RoleForm extends RepositoryForm
|
|||||||
['Fieldset', [
|
['Fieldset', [
|
||||||
'class' => 'collapsible',
|
'class' => 'collapsible',
|
||||||
'data-toggle-element' => 'h3',
|
'data-toggle-element' => 'h3',
|
||||||
'data-visible-height' => 32
|
'data-visible-height' => 0
|
||||||
]]
|
]]
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user