Fixup uiSpec use

This commit is contained in:
Girish Ramakrishnan
2019-05-10 16:09:13 -07:00
parent 5509089c49
commit 475311f63a
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -595,7 +595,7 @@ angular.module('Application').controller('DomainsController', ['$scope', '$locat
$scope.ready = true;
if ($scope.config.uiSpec.dynamicDns) {
if ($scope.config.uiSpec.domains.dynamicDns) {
$scope.dyndnsConfigure.refresh();
}
});