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:
parent
7167e52f31
commit
42f2f50c73
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user