summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-09-17 20:30:41 -0400
committerAdam Young <ayoung@redhat.com>2010-09-20 12:11:33 -0400
commitb47d6c09440799f41ca4aa91014a7829ada06114 (patch)
tree7f4ede124b120a5187d533bc319b46832a94a948 /install/static/group.js
parentde88718f8790cf35d33e76982ab4bde6af34d4ca (diff)
downloadfreeipa-b47d6c09440799f41ca4aa91014a7829ada06114.tar.gz
freeipa-b47d6c09440799f41ca4aa91014a7829ada06114.tar.xz
freeipa-b47d6c09440799f41ca4aa91014a7829ada06114.zip
links and facet icons
Enables the icons in the links and in the facets lists
Diffstat (limited to 'install/static/group.js')
-rw-r--r--install/static/group.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/static/group.js b/install/static/group.js
index 02940b6c..b1c0d895 100644
--- a/install/static/group.js
+++ b/install/static/group.js
@@ -72,7 +72,7 @@ function group_render_quick_links(tr, attr, value, entry_attrs) {
$("<a/>", {
href: "jslink",
- html: "[D]",
+ html: $("<img src='group_details.png' />"),
click: function() {
var state = {};
state['group-facet'] = 'details';
@@ -84,7 +84,7 @@ function group_render_quick_links(tr, attr, value, entry_attrs) {
$("<a/>", {
href: "jslink",
- html: "[U]",
+ html: $("<img src='user_enroll.png' />"),
click: function() {
var state = {};
state['group-facet'] = 'associate';
@@ -97,7 +97,7 @@ function group_render_quick_links(tr, attr, value, entry_attrs) {
$("<a/>", {
href: "jslink",
- html: "[N]",
+ html: $("<img src='netgroup_member.png' />"),
click: function() {
var state = {};
state['group-facet'] = 'associate';