mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
module.js
: Do not show count for fieldset element added in CustomPropertiesForm
This commit is contained in:
parent
d34f2bf7c4
commit
0a6891bcde
@ -795,7 +795,7 @@
|
||||
if ($fieldset.attr('id') === 'fieldset-assign') {
|
||||
return;
|
||||
}
|
||||
if ($fieldset.find('.required').length === 0 && (! self.fieldsetWasOpened($fieldset))) {
|
||||
if (! $fieldset.hasClass('dictionary-element') && $fieldset.find('.required').length === 0 && (! self.fieldsetWasOpened($fieldset))) {
|
||||
$fieldset.addClass('collapsed');
|
||||
self.fixFieldsetInfo($fieldset);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user