rename setupdns to setup
This commit is contained in:
@@ -85,7 +85,7 @@ app.controller('SetupController', ['$scope', 'Client', function ($scope, Client)
|
||||
|
||||
// if we don't have a domain yet, first go to domain setup
|
||||
if (!status.adminFqdn) {
|
||||
window.location.href = '/setupdns.html';
|
||||
window.location.href = '/setup.html';
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user