wildcard dns is now a provider

This commit is contained in:
Girish Ramakrishnan
2018-09-06 19:49:20 -07:00
parent aa0a4ae3e9
commit 184ad3bc4e
4 changed files with 5 additions and 17 deletions

View File

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