rohityadavcloud commented on code in PR #7373: URL: https://github.com/apache/cloudstack/pull/7373#discussion_r1151370786
########## ui/src/config/section/infra/hosts.js: ########## @@ -24,6 +24,10 @@ export default { icon: 'desktop-outlined', permission: ['listHostsMetrics'], resourceType: 'Host', + filters: () => { + const filters = ['enabled', 'disabled'] Review Comment: @kishankavala could you explore other states for the resources. For example as an admin I only want to see hosts in Alert, Maintenance and other useful states? Pl do the same for other resources (pods, cluster) in this PR -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org