mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
ui: fix compute offering edit (#11232)
Fixes #11216 There is no parameter named 'storageaccessgroups' in updateServiceOffering API. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
407072ffd4
commit
217ff27650
@ -95,7 +95,7 @@ export default {
|
|||||||
label: 'label.edit',
|
label: 'label.edit',
|
||||||
docHelp: 'adminguide/service_offerings.html#modifying-or-deleting-a-service-offering',
|
docHelp: 'adminguide/service_offerings.html#modifying-or-deleting-a-service-offering',
|
||||||
dataView: true,
|
dataView: true,
|
||||||
args: ['name', 'displaytext', 'storageaccessgroups', 'hosttags']
|
args: ['name', 'displaytext', 'storagetags', 'hosttags']
|
||||||
}, {
|
}, {
|
||||||
api: 'updateServiceOffering',
|
api: 'updateServiceOffering',
|
||||||
icon: 'lock-outlined',
|
icon: 'lock-outlined',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user