From c25c3e9daaa75796e56a60fca099720266934d76 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 26 Feb 2019 17:15:58 -0800 Subject: [PATCH] never show hyphenatedSubdomains UI can't think of a case where this is required in the UI. for the hosting provider, they will have to do API automation for the initial domain setup anyway. --- src/js/setupdns.js | 1 - src/setupdns.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/setupdns.js b/src/js/setupdns.js index ab263869c..b0044c4f6 100644 --- a/src/js/setupdns.js +++ b/src/js/setupdns.js @@ -237,7 +237,6 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f $scope.instanceId = search.instanceId; $scope.provider = status.provider; - $scope.hyphenatedSubdomains = status.edition === 'hostingprovider'; $scope.state = 'initialized'; }); } diff --git a/src/setupdns.html b/src/setupdns.html index 169f7093a..01cf2875c 100644 --- a/src/setupdns.html +++ b/src/setupdns.html @@ -183,7 +183,7 @@
-
+