features -> uiSpec

This commit is contained in:
Girish Ramakrishnan
2019-05-10 11:23:53 -07:00
parent b22dba00a2
commit 3698220b8f
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.features.dynamicDns) {
if ($scope.config.uiSpec.dynamicDns) {
$scope.dyndnsConfigure.refresh();
}
});