fix indentation
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
0c2f9621d5
commit
4940012d0d
@ -1489,7 +1489,7 @@ fn set_notes(
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[api(
|
#[api(
|
||||||
input: {
|
input: {
|
||||||
properties: {
|
properties: {
|
||||||
store: {
|
store: {
|
||||||
schema: DATASTORE_SCHEMA,
|
schema: DATASTORE_SCHEMA,
|
||||||
@ -1504,10 +1504,10 @@ fn set_notes(
|
|||||||
type: Userid,
|
type: Userid,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
access: {
|
access: {
|
||||||
permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true),
|
permission: &Permission::Privilege(&["datastore", "{store}"], PRIV_DATASTORE_MODIFY, true),
|
||||||
},
|
},
|
||||||
)]
|
)]
|
||||||
/// Change owner of a backup group
|
/// Change owner of a backup group
|
||||||
fn set_backup_owner(
|
fn set_backup_owner(
|
||||||
|
Loading…
Reference in New Issue
Block a user