rename setup to activation

This commit is contained in:
Girish Ramakrishnan
2024-04-26 20:26:57 +02:00
parent 126587ba82
commit 051bcb7819
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
$scope.state = 'initialized';
$scope.dnsCredentials.busy = false;
} else { // proceed to activation
window.location.href = 'https://' + status.adminFqdn + '/setup.html' + (window.location.search);
window.location.href = 'https://' + status.adminFqdn + '/activation.html' + (window.location.search);
}
return;
}