mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added facet tabs coloring
Facet tabs are now colored according to their group. https://fedorahosted.org/freeipa/ticket/1976
This commit is contained in:
committed by
Endi S. Dewata
parent
2d6eeb205e
commit
cb649f2de2
@@ -280,7 +280,7 @@ IPA.facet_header = function(spec) {
|
||||
|
||||
that.create_facet_group = function(container, facet_group) {
|
||||
|
||||
var section = $('<span/>', {
|
||||
var section = $('<div/>', {
|
||||
name: facet_group.name,
|
||||
'class': 'facet-group'
|
||||
}).appendTo(container);
|
||||
|
||||
Reference in New Issue
Block a user