- added region list to setup wizard

- dark mode disabled input fix
- fixed deprecated scopes
- updated screenshots for SaaS version
This commit is contained in:
Peter Papp
2020-08-14 08:39:11 +02:00
parent a906a98cce
commit 840898ec9a
23 changed files with 1646 additions and 667 deletions

View File

@@ -11,8 +11,8 @@
...mapGetters(['config']),
},
mounted() {
//if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
//this.$router.push({name: 'SignIn'})
if (this.config.installation === 'setup-done' || this.config.installation === 'quiet-update')
this.$router.push({name: 'SignIn'})
}
}
</script>