Show all DNS providers also for caas

This commit is contained in:
Johannes Zellner
2017-01-26 13:53:36 -08:00
parent 1e14f8e2b9
commit 317c6db1d5

View File

@@ -14,7 +14,7 @@
<input type="text" class="form-control" ng-model="dnsCredentials.customDomain" id="customDomainId" name="customDomainId" ng-disabled="dnsCredentials.busy || dnsConfig.provider !== 'caas'" ng-minlength="4" ng-maxlength="128" placeholder="example.com" required autofocus>
</div>
<div class="form-group" ng-show="dnsConfig.provider !== 'caas'">
<div class="form-group">
<label class="control-label" for="dnsCredentialsProvider">DNS API Provider</label>
<select class="form-control" id="dnsCredentialsProvider" ng-model="dnsCredentials.provider" ng-options="a.value as a.name for a in dnsProvider"></select>
</div>