bernardodemarco opened a new pull request, #10488: URL: https://github.com/apache/cloudstack/pull/10488
### Description The `InfoCard` component on the account details pages provide several buttons to view the resources associated to an account. However, currently, there isn't a button to view an account's ISOs. Therefore, this PR, similarly to what has been done on #10425, adds the `View ISOs` button in the accounts `InfoCard` component. Additionally, as mentioned on https://github.com/apache/cloudstack/issues/10393#issuecomment-2666531345, support for filtering templates and ISOs by domain will be handled on separate PRs. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [X] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] build/CI - [ ] test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor ### Screenshots (if appropriate): ### How Has This Been Tested? Verified that when selecting the `View ISOs` button in an account's `InfoCard`, the UI redirects the user to the following URL: `/iso?isofilter=self&filter=self&account=<account>&domainid=<domain-uuid>`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
