This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new c4e53c0095b Allow editing of host and storage tags of system offerings
in the UI (#7941)
c4e53c0095b is described below
commit c4e53c0095b5c81d8e6d9ce2241b62379c28dcf6
Author: Gabriel Pordeus Santos <[email protected]>
AuthorDate: Mon Sep 11 05:41:35 2023 -0300
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
---
ui/src/config/section/offering.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/src/config/section/offering.js
b/ui/src/config/section/offering.js
index 35acfbb674d..c44de61fb79 100644
--- a/ui/src/config/section/offering.js
+++ b/ui/src/config/section/offering.js
@@ -109,7 +109,7 @@ export default {
permission: ['listServiceOfferings', 'listInfrastructure'],
params: { issystem: 'true', isrecursive: 'true' },
columns: ['name', 'systemvmtype', 'cpunumber', 'cpuspeed', 'memory',
'storagetype', 'order'],
- details: ['name', 'id', 'displaytext', 'systemvmtype',
'provisioningtype', 'storagetype', 'iscustomized', 'limitcpuuse', 'cpunumber',
'cpuspeed', 'memory', 'hosttags', 'tags', 'domain', 'zone', 'created',
'dynamicscalingenabled', 'diskofferingstrictness'],
+ details: ['name', 'id', 'displaytext', 'systemvmtype',
'provisioningtype', 'storagetype', 'iscustomized', 'limitcpuuse', 'cpunumber',
'cpuspeed', 'memory', 'storagetags', 'hosttags', 'tags', 'domain', 'zone',
'created', 'dynamicscalingenabled', 'diskofferingstrictness'],
actions: [{
api: 'createServiceOffering',
icon: 'plus-outlined',
@@ -126,7 +126,7 @@ export default {
dataView: true,
params: { issystem: 'true' },
docHelp:
'adminguide/service_offerings.html#modifying-or-deleting-a-service-offering',
- args: ['name', 'displaytext']
+ args: ['name', 'displaytext', 'storagetags', 'hosttags']
}, {
api: 'deleteServiceOffering',
icon: 'delete-outlined',