api: storage: fix indentation in free volume
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -415,9 +415,9 @@ __PACKAGE__->register_method ({
|
|||||||
properties => {
|
properties => {
|
||||||
node => get_standard_option('pve-node'),
|
node => get_standard_option('pve-node'),
|
||||||
storage => get_standard_option('pve-storage-id', {
|
storage => get_standard_option('pve-storage-id', {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
completion => \&PVE::Storage::complete_storage,
|
completion => \&PVE::Storage::complete_storage,
|
||||||
}),
|
}),
|
||||||
volume => {
|
volume => {
|
||||||
description => "Volume identifier",
|
description => "Volume identifier",
|
||||||
type => 'string',
|
type => 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user