caas: remove hyphenatedSubdomains support
this is not used since ages now
This commit is contained in:
@@ -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"/> Hyphenate Subdomains
|
||||
</label>
|
||||
<p>When enabled, apps are installed into <code><location>-<domain></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">
|
||||
|
||||
Reference in New Issue
Block a user