summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r--install/ui/dns.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index 36ee2d6ef..d7175a140 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -48,10 +48,11 @@ IPA.entity_factories.dnszone = function() {
'dnsclass',
'idnsallowdynupdate',
'idnsupdatepolicy']}]}).
- facet(IPA.records_facet({
+ facet({
+ factory: IPA.records_facet,
'name': 'records',
'label': IPA.metadata.objects.dnsrecord.label
- })).
+ }).
standard_association_facets().
build();
};