zowe / cics-for-zowe-client

Monorepo for all CICS related APIs and Apps built by Zowe Clients
https://www.zowe.org/
Eclipse Public License 2.0
1 stars 3 forks source link

Allow multi-select of CICS resources and "Show Attribute" to display all of the resources in a single table #32

Open Joe-Winchester opened 7 months ago

Joe-Winchester commented 7 months ago

Show Attributes for a CICS resource shows two columns, one for the Attribute name and one for the Value.

image

The request is for a user to be able to show multiple resource attributes side by side, with multi-select and Show Attributes menu action which currently opens one view per resource, to instead allow a single Attribute view to be opened that has a Value column for each selected resource. Also retain the Search Attribute box to allow the list to be narrowed.

Use case is where there are CICS web services and the sysprog wants to query the status across a group to check the status of all web services across a number of regions to see if any need attention.