linode: remove dns warnings

they propagate fine now
This commit is contained in:
Girish Ramakrishnan
2020-11-16 22:21:07 -08:00
parent 3fdbcb436b
commit e6814ca4d2
7 changed files with 4 additions and 15 deletions

View File

@@ -388,12 +388,6 @@
</div>
</div>
<p class="small text-center text-warning" ng-show="clone.domain.provider === 'linode'">
<b>Linode DNS average <a target="_blank" ng-href="https://docs.cloudron.io/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>
@@ -560,7 +554,6 @@
</div>
</div>
<p class="text-small text-bold text-warning" ng-show="location.domain.provider === 'linode'" ng-bind-html="'appstore.installDialog.linodeWarning' | tr:{ linodeDocsLink: 'https://docs.cloudron.io/domains/#linode-dns' }"></p>
<p class="text-small text-bold text-warning" ng-show="location.location && location.domain.provider === 'manual'" ng-bind-html="'appstore.installDialog.manualWarning' | tr:{ location: (location.location + '.' + location.domain.domain) }"></p>
<!-- hidden submit has to be prior to other button elements, otherwise firefox will treat them as the "enter" key action, in this case the alternate domain delete button! -->