Skip to content

Commit f779aab

Browse files
author
SadiJr
committed
Merge branch 'backup-view-with-projects-switch' into '4.20.0.0-scclouds'
Permitir listar _backups_ associados à projetos Closes #3193 See merge request scclouds/scclouds!1341
2 parents ebc5744 + c4e5b1a commit f779aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/AutogenView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ export default {
819819
this.projectView = Boolean(store.getters.project && store.getters.project.id)
820820
this.hasProjectId = ['vm', 'vmgroup', 'ssh', 'affinitygroup', 'userdata', 'volume', 'snapshot', 'buckets', 'vmsnapshot', 'guestnetwork',
821821
'vpc', 'securitygroups', 'publicip', 'vpncustomergateway', 'template', 'iso', 'event', 'kubernetes', 'sharedfs',
822-
'autoscalevmgroup', 'vnfapp', 'webhook'].includes(this.$route.name)
822+
'autoscalevmgroup', 'vnfapp', 'webhook', 'backup'].includes(this.$route.name)
823823
824824
if ((this.$route && this.$route.params && this.$route.params.id) || this.$route.query.dataView) {
825825
this.dataView = true

0 commit comments

Comments
 (0)