Skip to content

Commit c4e53c0

Browse files
authored
Allow editing of host and storage tags of system offerings in the UI (#7941)
* add edit host and storage tags * add storagetags to ui details
1 parent 940733c commit c4e53c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/config/section/offering.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default {
109109
permission: ['listServiceOfferings', 'listInfrastructure'],
110110
params: { issystem: 'true', isrecursive: 'true' },
111111
columns: ['name', 'systemvmtype', 'cpunumber', 'cpuspeed', 'memory', 'storagetype', 'order'],
112-
details: ['name', 'id', 'displaytext', 'systemvmtype', 'provisioningtype', 'storagetype', 'iscustomized', 'limitcpuuse', 'cpunumber', 'cpuspeed', 'memory', 'hosttags', 'tags', 'domain', 'zone', 'created', 'dynamicscalingenabled', 'diskofferingstrictness'],
112+
details: ['name', 'id', 'displaytext', 'systemvmtype', 'provisioningtype', 'storagetype', 'iscustomized', 'limitcpuuse', 'cpunumber', 'cpuspeed', 'memory', 'storagetags', 'hosttags', 'tags', 'domain', 'zone', 'created', 'dynamicscalingenabled', 'diskofferingstrictness'],
113113
actions: [{
114114
api: 'createServiceOffering',
115115
icon: 'plus-outlined',
@@ -126,7 +126,7 @@ export default {
126126
dataView: true,
127127
params: { issystem: 'true' },
128128
docHelp: 'adminguide/service_offerings.html#modifying-or-deleting-a-service-offering',
129-
args: ['name', 'displaytext']
129+
args: ['name', 'displaytext', 'storagetags', 'hosttags']
130130
}, {
131131
api: 'deleteServiceOffering',
132132
icon: 'delete-outlined',

0 commit comments

Comments
 (0)