mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	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:
		| @@ -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; | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user