]> git.proxmox.com Git - pve-container.git/commitdiff
fixup: add lxc/pending API path
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Oct 2019 18:44:16 +0000 (20:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Oct 2019 18:44:36 +0000 (20:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/LXC.pm

index 7571ab7601f9fc0192b3191700fba90286bd7c78..8b121eaed8fd9cd40592c00e555805e91b826114 100644 (file)
@@ -1922,7 +1922,7 @@ __PACKAGE__->register_method({
 
        my $pending_delete_hash = PVE::LXC::Config->parse_pending_delete($conf->{pending}->{delete});
 
-       return PVE::GuestHelpers::conf_table_with_pending($conf, $pending_delete_hash);
+       return PVE::GuestHelpers::config_with_pending_array($conf, $pending_delete_hash);
     }});
 
 1;