Skip to content

Commit bc1d24f

Browse files
Added response param in UI for system service offering
1 parent 75e764b commit bc1d24f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/config/section/offering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default {
8383
permission: ['listServiceOfferings', 'listInfrastructure'],
8484
params: { issystem: 'true', isrecursive: 'true' },
8585
columns: ['name', 'systemvmtype', 'cpunumber', 'cpuspeed', 'memory', 'storagetype', 'order'],
86-
details: ['name', 'id', 'displaytext', 'systemvmtype', 'provisioningtype', 'storagetype', 'iscustomized', 'limitcpuuse', 'cpunumber', 'cpuspeed', 'memory', 'hosttags', 'tags', 'domain', 'zone', 'created'],
86+
details: ['name', 'id', 'displaytext', 'systemvmtype', 'provisioningtype', 'storagetype', 'iscustomized', 'limitcpuuse', 'cpunumber', 'cpuspeed', 'memory', 'hosttags', 'tags', 'domain', 'zone', 'created', 'dynamicscalingenabled'],
8787
actions: [{
8888
api: 'createServiceOffering',
8989
icon: 'plus',

0 commit comments

Comments
 (0)