diff --git a/webadmin/src/js/setupdns.js b/webadmin/src/js/setupdns.js index 638512639..446f97f04 100644 --- a/webadmin/src/js/setupdns.js +++ b/webadmin/src/js/setupdns.js @@ -55,7 +55,7 @@ app.controller('SetupDNSController', ['$scope', '$http', 'Client', function ($sc setTimeout(function () { // TODO wait until domain is propagated and cert got acquired window.location.href = 'https://my.' + $scope.dnsCredentials.domain + '/setup.html'; - }, 5000); + }, 10000); }); }; diff --git a/webadmin/src/setupdns.html b/webadmin/src/setupdns.html index 8e77b29f9..7abaea0f3 100644 --- a/webadmin/src/setupdns.html +++ b/webadmin/src/setupdns.html @@ -47,8 +47,8 @@
-
-

Domain Setup

+
+

DNS Setup

Specify the domain for your Cloudron

@@ -57,7 +57,7 @@
-
+

DNS Provider Configuration

{{ dnsCredentials.error }}

@@ -91,7 +91,7 @@
- +