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

@@ -36,7 +36,6 @@
<div ng-show="appInstall.error.location" class="text-small">{{ appInstall.error.location }}</div>
</div>
<p class="text-small text-warning" ng-show="appInstall.domain.provider === 'linode'" ng-bind-html="'appstore.installDialog.linodeWarning' | tr:{ linodeDocsLink: 'https://docs.cloudron.io/domains/#linode-dns' }"></p>
<p class="text-small text-warning" ng-show="appInstall.location && appInstall.domain.provider === 'manual'" ng-bind-html="'appstore.installDialog.manualWarning' | tr:{ location: (appInstall.location + '.' + appInstall.domain.domain) }"></p>
<div class="has-error text-center" ng-show="appInstall.error.port">{{ appInstall.error.port }}</div>