api: status: sort index and add missing "file-restore"

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-06-21 09:31:17 +02:00
parent 823e8afe72
commit ead6be934d

View File

@ -221,12 +221,13 @@ __PACKAGE__->register_method ({
my ($param) = @_;
my $res = [
{ subdir => 'status' },
{ subdir => 'content' },
{ subdir => 'upload' },
{ subdir => 'file-restore' },
{ subdir => 'prunebackups' },
{ subdir => 'rrd' },
{ subdir => 'rrddata' },
{ subdir => 'prunebackups' },
{ subdir => 'status' },
{ subdir => 'upload' },
];
return $res;