Remind the user to setup the DNS record on app configuration

This commit is contained in:
Johannes Zellner
2017-01-10 13:11:37 +01:00
parent 9b1b833fac
commit 2502b94f20
2 changed files with 18 additions and 0 deletions

View File

@@ -54,6 +54,11 @@
<br>
</p>
<p class="text-center" ng-show="appConfigure.location && dnsConfig.provider === 'manual' && !dnsConfig.wildcard">
<b>Do not forget, to add an A record for {{ appConfigure.location }}.{{ config.fqdn }}</b>
<br>
</p>
<div class="has-error text-center" ng-show="appConfigure.error.port">{{ appConfigure.error.port }}</div>
<div ng-repeat="(env, info) in appConfigure.portBindingsInfo">
<ng-form name="portInfo_form">