features -> uiSpec
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user