dnsConfig is used incorrectly

This commit is contained in:
Girish Ramakrishnan
2018-05-28 00:28:53 -07:00
parent 7ce045ae51
commit 8da07a16b9
3 changed files with 2 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
</div>
</div>
<p class="text-center" ng-show="appInstall.location && dnsConfig.provider === 'manual' && !dnsConfig.wildcard">
<p class="text-center" ng-show="appInstall.location && appInstall.domain.provider === 'manual' && !appInstall.domain.config.wildcard">
<b>Add an A record manually for {{ appInstall.location }} to this Cloudron's public IP</b>
<br>
</p>