mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Added info bar to Add System p node dialog
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11678 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -196,6 +196,7 @@ hmcPlugin.prototype.loadResources = function() { | ||||
|  */ | ||||
| hmcPlugin.prototype.addNode = function() { | ||||
| 	var diaDiv = $('<div id="addpnodeDiv" class="form"></div>'); | ||||
| 	diaDiv.append(createInfoBar('Add a node range')); | ||||
| 	diaDiv.append('<div><label>Type:</label><select id="pnodetype"><option>HMC</option><option>Scan Node</option></select></div>'); | ||||
| 	diaDiv.append('<div id="pnodeeditarea" ></div>'); | ||||
| 	 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user