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

@@ -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"/>&nbsp; Hyphenate Subdomains
</label>