setup: improve text on dnssetup page

This commit is contained in:
Johannes Zellner
2017-01-28 18:27:22 -08:00
parent 8dc9d4c083
commit 4f128c6503
2 changed files with 15 additions and 9 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' },