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

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