Show either cnameTarget or fqdn for CNAME setup hint

Fixes #101
This commit is contained in:
Johannes Zellner
2017-03-09 15:23:15 +01:00
parent 979b903bf2
commit fe980eab7f

View File

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