do not reload when dns config changes

This commit is contained in:
Girish Ramakrishnan
2016-07-05 13:38:24 -05:00
parent 26ce8cf7ac
commit 82a3ac5382

View File

@@ -124,9 +124,6 @@ angular.module('Application').controller('CertsController', ['$scope', '$locatio
$scope.dnsCredentials.secretAccessKey = '';
$scope.hideDnsCredentialsForm();
// attempt to reload to make the browser get the new certs
window.location.reload(true);
}
$scope.dnsCredentials.busy = false;