Sync the dns provider selection in the ui parts

This commit is contained in:
Johannes Zellner
2017-01-10 13:16:25 +01:00
parent 0a154339e6
commit dd764f1508
2 changed files with 12 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ app.controller('SetupDNSController', ['$scope', '$http', 'Client', function ($sc
$scope.error = null;
$scope.provider = '';
$scope.showDNSSetup = false;
// keep in sync with certs.js
$scope.dnsProvider = [
{ name: 'AWS Route53', value: 'route53' },
{ name: 'Digital Ocean', value: 'digitalocean' },