summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
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);