5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-18 06:03:46 +03:00

gen vzdump: json_config_properties() moved from VZDump to VZDump::Common

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
Christian Ebner 2019-10-15 13:00:21 +02:00 committed by Thomas Lamprecht
parent 7167e52f31
commit 42f2f50c73

View File

@ -4,9 +4,9 @@ use lib '.';
use strict;
use warnings;
use PVE::RESTHandler;
use PVE::VZDump;
use PVE::VZDump::Common;
my $prop = PVE::VZDump::json_config_properties();
my $prop = PVE::VZDump::Common::json_config_properties();
my $skip = {
all => 1,
exclude => 1,