This commit is contained in:
Girish Ramakrishnan
2018-05-06 21:51:58 -07:00
parent d8719626d9
commit f8e5668c5c

View File

@@ -171,8 +171,7 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
if (status.adminFqdn) return waitForDnsSetup();
if (status.provider === 'digitalocean') $scope.dnsCredentials.provider = 'digitalocean';
if (status.provider === 'gandi') $scope.dnsCredentials.provider = 'gandi';
if (status.provider === 'gcp') $scope.dnsCredentials.provider = 'gcdns';
if (status.provider === 'gce') $scope.dnsCredentials.provider = 'gcdns';
if (status.provider === 'ami') {
// remove route53 on ami
$scope.dnsProvider.shift();