summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-26 16:06:17 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-10-27 14:05:12 +0000
commit52981883aba2a2ce7a0152c50ad94201f327f411 (patch)
tree5e0883bdb7929a60295d20fc4d002a0b4605c314 /install/ui/host.js
parent7142cee430a194cca1208ce4ebcd70ee892af1b9 (diff)
downloadfreeipa-52981883aba2a2ce7a0152c50ad94201f327f411.tar.gz
freeipa-52981883aba2a2ce7a0152c50ad94201f327f411.tar.xz
freeipa-52981883aba2a2ce7a0152c50ad94201f327f411.zip
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
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 4bf41c402..992030527 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -469,7 +469,7 @@ IPA.host_keytab_widget = function(spec) {
}).appendTo(container);
$('<img/>', {
- 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);
$('<img/>', {
- 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);
$('<img/>', {
- 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);
$('<img/>', {
- src: 'check.png',
+ src: 'images/check-icon.png',
'class': 'status-icon'
}).appendTo(that.present_span);