mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user