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/host.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index 4bf41c40..99203052 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -469,7 +469,7 @@ IPA.host_keytab_widget = function(spec) { }).appendTo(container); $('', { - src: 'caution.png', + src: 'images/caution-icon.png', 'class': 'status-icon' }).appendTo(that.missing_span); @@ -483,7 +483,7 @@ IPA.host_keytab_widget = function(spec) { }).appendTo(container); $('', { - src: 'check.png', + src: 'images/check-icon.png', 'class': 'status-icon' }).appendTo(that.present_span); @@ -590,7 +590,7 @@ IPA.host_password_widget = function(spec) { }).appendTo(container); $('', { - src: 'caution.png', + src: 'images/caution-icon.png', 'class': 'status-icon' }).appendTo(that.missing_span); @@ -604,7 +604,7 @@ IPA.host_password_widget = function(spec) { }).appendTo(container); $('', { - src: 'check.png', + src: 'images/check-icon.png', 'class': 'status-icon' }).appendTo(that.present_span); -- cgit