mirror of
https://git.proxmox.com/git/pve-common
synced 2025-06-05 14:50:22 +00:00
SectionConfig: sort values return by lookup_types
They are use to generate type enums in the API.
This commit is contained in:
parent
0a7de8204e
commit
a7f30ebf27
@ -203,7 +203,7 @@ sub lookup_types {
|
|||||||
|
|
||||||
my $pdata = $class->private();
|
my $pdata = $class->private();
|
||||||
|
|
||||||
return [ keys %{$pdata->{plugins}} ];
|
return [ sort keys %{$pdata->{plugins}} ];
|
||||||
}
|
}
|
||||||
|
|
||||||
sub decode_value {
|
sub decode_value {
|
||||||
|
Loading…
Reference in New Issue
Block a user