From cb649f2de2f0399ca02adb14684109ef12a55d52 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 12 Dec 2011 19:16:46 +0100 Subject: Added facet tabs coloring Facet tabs are now colored according to their group. https://fedorahosted.org/freeipa/ticket/1976 --- install/ui/facet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/facet.js') diff --git a/install/ui/facet.js b/install/ui/facet.js index 316e90cc..5f658c14 100644 --- a/install/ui/facet.js +++ b/install/ui/facet.js @@ -280,7 +280,7 @@ IPA.facet_header = function(spec) { that.create_facet_group = function(container, facet_group) { - var section = $('', { + var section = $('
', { name: facet_group.name, 'class': 'facet-group' }).appendTo(container); -- cgit