Move information text out of advanced view

This commit is contained in:
Girish Ramakrishnan
2018-09-26 18:09:43 -07:00
parent eda3d5c143
commit 0fa88855e5
2 changed files with 4 additions and 2 deletions

View File

@@ -167,6 +167,8 @@
<p>&nbsp;<span ng-show="error" class="text-danger">{{ error }}</span></p>
</div>
<p class="small text-info" ng-show="needsPort80(dnsCredentials.provider, dnsCredentials.tlsConfig.provider)">Let's Encrypt requires your server to be reachable on port 80</p>
<br/>
<div uib-collapse="!dnsCredentials.advancedVisible">
@@ -186,7 +188,6 @@
<div class="form-group">
<label class="control-label">Certificate Provider</label>
<select class="form-control" ng-model="dnsCredentials.tlsConfig.provider" ng-options="a.value as a.name for a in tlsProvider" ng-disabled="dnsCredentials.busy"></select>
<small class="text-info" ng-show="needsPort80(dnsCredentials.provider, dnsCredentials.tlsConfig.provider)">Let's Encrypt requires your server to be reachable on port 80</small>
</div>
</div>
<div class="text-center">