Correctly show dns recrods on view load

This commit is contained in:
Johannes Zellner
2017-06-02 10:41:35 +02:00
parent de328e34d8
commit 4287d69397

View File

@@ -72,8 +72,6 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
if (error) return console.error(error);
$scope.mailConfig = mailConfig;
showExpectedDnsRecords();
});
}
@@ -112,6 +110,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
Client.onReady(function () {
getMailConfig();
getDnsConfig();
$scope.email.refresh();
});
$('.modal-backdrop').remove();