From f9a8d772e35982bed1c39b286b3120b9b5f64c0c Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 13 May 2011 20:05:35 -0500 Subject: Customizable facet groups. The IPA.entity has been modified to support customizable facet groups. The default list of facet groups is defined in IPA.entity_header and can be overriden in the entity definition. Ticket #1219 --- install/ui/host.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index cf78970f..4c43caaa 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -69,7 +69,7 @@ IPA.entity_factories.host = function () { } ] }]}). - facet({ + association_facet({ factory: IPA.host_managedby_host_facet, name: 'managedby_host' }). -- cgit