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.
This commit is contained in:
Girish Ramakrishnan
2019-02-26 17:15:58 -08:00
parent c1cb5c36a1
commit c25c3e9daa
2 changed files with 1 additions and 2 deletions

View File

@@ -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';
});
}