summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
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';