Implemented setup wizard server check functionality

This commit is contained in:
Peter Papp
2021-07-24 11:33:58 +02:00
parent 7576904587
commit cb496281b7
19 changed files with 566 additions and 29 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ export default {
// Redirect to database verify code
if (installation === 'setup-database')
this.$router.push({name: 'PurchaseCode'})
this.$router.push({name: 'StatusCheck'})
// Redirect to starting installation process
if (installation === 'setup-disclaimer')