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/details.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/details.js') diff --git a/install/ui/details.js b/install/ui/details.js index a4b36db7..44560b5b 100644 --- a/install/ui/details.js +++ b/install/ui/details.js @@ -265,6 +265,7 @@ IPA.details_facet = function(spec) { var that = IPA.facet(spec); that.label = (IPA.messages && IPA.messages.facets && IPA.messages.facets.details) || spec.label; + that.facet_group = spec.facet_group || 'settings'; that.sections = []; -- cgit