more linode warnings

This commit is contained in:
Girish Ramakrishnan
2020-03-13 11:47:55 -07:00
parent d84900d601
commit a7e2c74158
2 changed files with 18 additions and 0 deletions

View File

@@ -36,6 +36,12 @@
</div>
</div>
<p class="small text-center text-warning" ng-show="appInstall.domain.provider === 'linode'">
<b>Linode DNS average <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/domains/#linode-dns">propagation time</a> is 30 minutes.
Installing the app will take a while.</b>
<br>
</p>
<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>