rohityadavcloud commented on code in PR #7365:
URL: https://github.com/apache/cloudstack/pull/7365#discussion_r1151372134


##########
ui/src/views/AutogenView.vue:
##########
@@ -1580,6 +1581,8 @@ export default {
         } else if (['running', 'stopped'].includes(filter)) {
           query.state = filter
         }
+      } else if (this.$route.name === 'account') {
+        query.state = filter

Review Comment:
   Good catch, will review and apply. This PR was only for example impl for 
Vishesh and Kishan. 



-- 
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]

Reply via email to