From 52981883aba2a2ce7a0152c50ad94201f327f411 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 26 Oct 2011 16:06:17 -0500 Subject: Fixed inconsistent image names. The images have been renamed to be more consistent and moved into the "images" directory to mimic the original jQuery UI structure. Ticket #1613 --- install/ui/service.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/service.js') diff --git a/install/ui/service.js b/install/ui/service.js index 43e1516a..0dcfea35 100644 --- a/install/ui/service.js +++ b/install/ui/service.js @@ -208,7 +208,7 @@ IPA.service_provisioning_status_widget = function (spec) { }).appendTo(container); $('', { - src: 'check.png', + src: 'images/check-icon.png', style: 'float: left;', 'class': 'status-icon' }).appendTo(div); @@ -233,7 +233,7 @@ IPA.service_provisioning_status_widget = function (spec) { }).appendTo(container); $('', { - src: 'caution.png', + src: 'images/caution-icon.png', style: 'float: left;', 'class': 'status-icon' }).appendTo(div); -- cgit