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

@@ -361,6 +361,12 @@
</div>
</div>
<p class="small text-center text-warning" ng-show="clone.domain.provider === 'linode'">
<b>Linode DNS average <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/domains/#linode-dns">propagation time</a> is 30 minutes.
Cloning the app will take a while.</b>
<br>
</p>
<p class="text-center" ng-show="clone.location && clone.domain.provider === 'manual'">
<b>Add an A record manually for {{ clone.location }} to this Cloudron's public IP</b>
<br>
@@ -516,6 +522,12 @@
</div>
</div>
<p class="small text-center text-warning" ng-show="location.domain.provider === 'linode'">
<b>Linode DNS average <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/domains/#linode-dns">propagation time</a> is 30 minutes.
Changing the location will take a while.</b>
<br>
</p>
<p class="text-center" ng-show="location.location && location.domain.provider === 'manual'">
<b>Add an A record manually for {{ location.location }} to this Cloudron's public IP</b>
<br>