diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-14 13:29:54 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-14 13:32:03 -0500 |
commit | a68b2d2aa37e748c2d00b70bd7d1ea114a4488be (patch) | |
tree | dc45a3f5bc79980f3da3c709a0612e8b95618b4a /install/static/entity.js | |
parent | 91fae67fa48d7fa1f4213bad65000d3669a8c8b2 (diff) | |
download | freeipa.git-a68b2d2aa37e748c2d00b70bd7d1ea114a4488be.tar.gz freeipa.git-a68b2d2aa37e748c2d00b70bd7d1ea114a4488be.tar.xz freeipa.git-a68b2d2aa37e748c2d00b70bd7d1ea114a4488be.zip |
hide unselectable options
If an option is not selectable from the action panel, hide it until it is selectable
addresses https://fedorahosted.org/freeipa/ticket/747
Diffstat (limited to 'install/static/entity.js')
-rw-r--r-- | install/static/entity.js | 2 |
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 }); |