diff options
Diffstat (limited to 'install/static/service.js')
-rw-r--r-- | install/static/service.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/service.js b/install/static/service.js index 0fd5457b4..8d8e103d9 100644 --- a/install/static/service.js +++ b/install/static/service.js @@ -46,7 +46,7 @@ function service_render_quick_links(tr, attr, value, entry_attrs) { $("<a/>", { href: "jslink", - html: "[D]", + html: $("<img src='service_details.png' />"), click: function() { var state = {}; state['service-facet'] = 'details'; @@ -58,7 +58,7 @@ function service_render_quick_links(tr, attr, value, entry_attrs) { $("<a/>", { href: "jslink", - html: "[G]", + html: $("<img src='host_enroll.png' />"), click: function() { var state = {}; state['service-facet'] = 'associate'; |