fix compress error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13674 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
31b3a8ab64
commit
5adde1bca5
@ -357,7 +357,7 @@ function createInfoBar(msg) {
|
||||
// Do not change the background color or color! This is handled by the theme
|
||||
// the user selects.
|
||||
var infoBar = $('<div class="ui-state-highlight ui-corner-all"></div>').css({
|
||||
'margin': '5px 0px',
|
||||
'margin': '5px 0px'
|
||||
});
|
||||
var icon = $('<span class="ui-icon ui-icon-info"></span>').css({
|
||||
'display': 'inline-block',
|
||||
@ -1055,4 +1055,4 @@ function getNodesChecked(datatableId) {
|
||||
}
|
||||
|
||||
return tgts;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user