Add help text
This commit is contained in:
@@ -95,13 +95,11 @@
|
||||
<a href="" ng-click="domainConfigure.advancedVisible = true" ng-hide="domainConfigure.advancedVisible">Advanced settings...</a>
|
||||
<div uib-collapse="!domainConfigure.advancedVisible">
|
||||
|
||||
<div class="checkbox" ng-show="config.features.hyphenatedSubdomains">
|
||||
<div ng-show="config.features.hyphenatedSubdomains">
|
||||
<label class="control-label">
|
||||
<input type="checkbox" ng-model="domainConfigure.hyphenatedSubdomains" name="hyphenatedSubdomains" ng-disabled="domainConfigure.busy"/>Hyphenate Subdomains
|
||||
<input type="checkbox" ng-model="domainConfigure.hyphenatedSubdomains" name="hyphenatedSubdomains" ng-disabled="domainConfigure.busy"/> Hyphenate Subdomains
|
||||
</label>
|
||||
<p>
|
||||
When enabled, apps are installed with the location suffixed with '-'.
|
||||
</p>
|
||||
<p>When enabled, apps are installed into <code><location>-<domain></code></p>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user