mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-09 03:25:57 +00:00
SectionConfig.pm: sort type enum
So that we can better detect API changes.
This commit is contained in:
parent
b546f33e58
commit
08aa41d725
@ -184,7 +184,7 @@ sub init {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$propertyList->{type}->{type} = 'string';
|
$propertyList->{type}->{type} = 'string';
|
||||||
$propertyList->{type}->{enum} = [keys %$plugins];
|
$propertyList->{type}->{enum} = [sort keys %$plugins];
|
||||||
}
|
}
|
||||||
|
|
||||||
sub lookup {
|
sub lookup {
|
||||||
|
Loading…
Reference in New Issue
Block a user