Revert "Remove broken external domain validation"

This reverts commit 9b1b833fac.
This commit is contained in:
Johannes Zellner
2017-01-11 03:45:33 +01:00
parent 6f2b2adca9
commit 91c931b53c
2 changed files with 6 additions and 1 deletions

View File

@@ -49,7 +49,7 @@
</div>
</div>
<p class="text-center" ng-show="appConfigure.usingAltDomain && appConfigure.location">
<p class="text-center" ng-show="appConfigure.usingAltDomain && appConfigure.location && appConfigure.isAltDomainValid()">
Add a CNAME record for {{ appConfigure.location }} to {{ appConfigure.app.fqdn }}
<br>
</p>