linode: remove dns warnings
they propagate fine now
This commit is contained in:
@@ -192,8 +192,9 @@
|
||||
</div>
|
||||
|
||||
<!-- Linode -->
|
||||
<p class="small text-warning" ng-show="dnsCredentials.provider === 'linode'">
|
||||
<b>Linode DNS average <a target="_blank" ng-href="https://docs.cloudron.io/domains/#linode-dns">propagation time</a> is 30 minutes. Cloudron setup & installing apps will take a while.</b>
|
||||
<p class="form-group" ng-show="dnsCredentials.provider === 'linode'">
|
||||
<label class="control-label">API Token</label>
|
||||
<input type="text" class="form-control" ng-model="dnsCredentials.linodeToken" name="linodeToken" ng-required="dnsCredentials.provider === 'linode'" ng-disabled="dnsCredentials.busy">
|
||||
</p>
|
||||
|
||||
<!-- Wildcard -->
|
||||
|
||||
Reference in New Issue
Block a user