Skip to content

Commit 217ff27

Browse files
authored
ui: fix compute offering edit (#11232)
Fixes #11216 There is no parameter named 'storageaccessgroups' in updateServiceOffering API. Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 407072f commit 217ff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/offering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export default {
9595
label: 'label.edit',
9696
docHelp: 'adminguide/service_offerings.html#modifying-or-deleting-a-service-offering',
9797
dataView: true,
98-
args: ['name', 'displaytext', 'storageaccessgroups', 'hosttags']
98+
args: ['name', 'displaytext', 'storagetags', 'hosttags']
9999
}, {
100100
api: 'updateServiceOffering',
101101
icon: 'lock-outlined',

0 commit comments

Comments
 (0)