caas: remove hyphenatedSubdomains support

this is not used since ages now
This commit is contained in:
Girish Ramakrishnan
2020-08-15 18:35:51 -07:00
parent 9996e9a6d7
commit 6310a431dd
6 changed files with 8 additions and 35 deletions

View File

@@ -214,14 +214,6 @@
<br/>
<div uib-collapse="!advancedVisible">
<div ng-show="false">
<label>
<input type="checkbox" ng-model="dnsCredentials.hyphenatedSubdomains" name="hyphenatedSubdomains" ng-disabled="dnsCredentials.busy"/>&nbsp; Hyphenate Subdomains
</label>
<p>When enabled, apps are installed into <code>&lt;location&gt;-&lt;domain&gt;</code></p>
<br/>
</div>
<div class="form-group">
<label class="control-label">Zone Name (Optional) <sup><a ng-href="{{ webServerOrigin }}/documentation/domains/#zone-name" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<input type="text" class="form-control" ng-model="dnsCredentials.zoneName" name="zoneName" placeholder="{{dnsCredentials.domain | zoneName}}" ng-disabled="dnsCredentials.busy">