summaryrefslogtreecommitdiffstats
path: root/install/static/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/entity.js')
-rw-r--r--install/static/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/entity.js b/install/static/entity.js
index 38ce47ed..96849e78 100644
--- a/install/static/entity.js
+++ b/install/static/entity.js
@@ -512,7 +512,7 @@ IPA. facet_create_action_panel = function(container) {
var facet_group = other_facet.facet_group;
if (!facet_groups[facet_group]) {
li = $('<li/>', {
- 'class': 'entity-facet-relation-label',
+ 'class': 'entity-facet entity-facet-relation-label',
'text': other_facet.facet_group,
'title': other_facet.facet_group
});