fix(vm.create): don't require view perm on VM template
This commit is contained in:
parent
fdd395e2b6
commit
c80e43ad0d
@ -257,7 +257,7 @@ create.params = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
create.resolve = {
|
create.resolve = {
|
||||||
template: ['template', 'VM-template'],
|
template: ['template', 'VM-template', ''],
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.create = create
|
exports.create = create
|
||||||
|
Loading…
Reference in New Issue
Block a user