Changed warning dialog for zVM SMAPI.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2012-01-22 13:06:32 +00:00
parent 741c320642
commit 1f234f40fe

View File

@ -101,11 +101,9 @@ function loadHcpInfo(data) {
} // End of if (hcp)
} else {
// Create warning dialog
var warnDialog = $('<div class="ui-state-error ui-corner-all">'
+ '<p><span class="ui-icon ui-icon-alert"></span>'
+ 'z/VM SMAPI is not responding to ' + hcp + '. It needs to be reset.</p>'
+ '</div>');
var msg = createWarnBar('z/VM SMAPI is not responding to ' + hcp + '. It needs to be reset.');
var warnDialog = $('<div></div>').append(msg);
// Open dialog
warnDialog.dialog({
title:'Warning',