linode: remove dns warnings
they propagate fine now
This commit is contained in:
@@ -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! -->
|
||||
|
||||
Reference in New Issue
Block a user