mirror of
https://github.com/webmin/webmin.git
synced 2026-09-15 18:10:39 +01:00
Fix to use secondary outline toggle in multi-select lists
This commit is contained in:
@@ -6000,6 +6000,8 @@ if ($children) {
|
||||
'value' => defined($children->{'value'}) ?
|
||||
$children->{'value'} : 1,
|
||||
'checked' => $folded,
|
||||
'state' => 'primary',
|
||||
'outline' => 1,
|
||||
'label' => $children->{'label'},
|
||||
'label_html' => $children->{'label_html'},
|
||||
'attrs' => { 'data-ui-multi-action' => 'children' },
|
||||
|
||||
Reference in New Issue
Block a user