Remove usage of config.uiSpec.domains

This commit is contained in:
Girish Ramakrishnan
2020-02-04 12:55:51 -08:00
parent 99bce50b4d
commit 8f997ee724
3 changed files with 5 additions and 7 deletions

View File

@@ -136,9 +136,7 @@ angular.module('Application').controller('NetworkController', ['$scope', '$locat
Client.onReady(function () {
$scope.sysinfo.refresh();
if ($scope.config.uiSpec.domains.dynamicDns) {
$scope.dyndnsConfigure.refresh();
}
$scope.dyndnsConfigure.refresh();
});
$('.modal-backdrop').remove();