diff --git a/ui/src/views/AutogenView.vue b/ui/src/views/AutogenView.vue index cf552e2ede4..4bd291b97a1 100644 --- a/ui/src/views/AutogenView.vue +++ b/ui/src/views/AutogenView.vue @@ -769,6 +769,10 @@ export default { this.dataView = false } + if (this.dataView && ['Admin'].includes(this.$store.getters.userInfo.roletype) && this.routeName === 'volume') { + params.listsystemvms = true + } + if ('listview' in this.$refs && this.$refs.listview) { this.$refs.listview.resetSelection() }