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:
@@ -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';
|
||||
});
|
||||
}
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
<br/>
|
||||
<div uib-collapse="!dnsCredentials.advancedVisible">
|
||||
|
||||
<div ng-show="hyphenatedSubdomains">
|
||||
<div ng-show="false">
|
||||
<label>
|
||||
<input type="checkbox" ng-model="dnsCredentials.hyphenatedSubdomains" name="hyphenatedSubdomains" ng-disabled="dnsCredentials.busy"/> Hyphenate Subdomains
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user