setup wizard update

This commit is contained in:
carodej
2020-07-02 12:31:14 +02:00
parent a98625876d
commit 2764fd6dd5
18 changed files with 521 additions and 327 deletions

View File

@@ -113,7 +113,7 @@
},
computed: {
submitButtonText() {
return this.isLoading ? 'Testing Database Connection' : 'Test your Connection and Continue'
return this.isLoading ? 'Testing and Installing Database' : 'Test Connection and Install Database'
}
},
data() {
@@ -170,7 +170,7 @@
this.isLoading = false
// Redirect to next step
this.$router.push({name: 'SubscriptionService'})
this.$router.push({name: 'InstallationDisclaimer'})
})
.catch(error => {