mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 19:32:31 +00:00 
			
		
		
		
	Changed position of dialogs to default center.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7603 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -878,7 +878,6 @@ zvmPlugin.prototype.addNode = function() { | ||||
| 					 | ||||
| 	// Open form as a dialog | ||||
| 	addNodeForm.dialog({ | ||||
| 		position: 'top', | ||||
| 		modal: true, | ||||
| 		width: 400, | ||||
| 		buttons: { | ||||
|   | ||||
| @@ -1026,7 +1026,6 @@ function openAddProcDialog(node) { | ||||
| 	 | ||||
| 	// Open dialog to add processor | ||||
| 	addProcForm.dialog({ | ||||
| 		position: 'top', | ||||
| 		modal: true, | ||||
| 		width: 400, | ||||
| 		buttons: { | ||||
| @@ -1131,7 +1130,6 @@ function openAddDiskDialog(node, hcp) { | ||||
|  | ||||
| 	// Open dialog to add disk | ||||
| 	addDiskForm.dialog({ | ||||
| 		position: 'top', | ||||
| 		modal: true, | ||||
| 		width: 400, | ||||
| 		buttons: { | ||||
| @@ -1356,7 +1354,6 @@ function openAddNicDialog(node, hcp) { | ||||
| 	 | ||||
| 	// Open dialog to add NIC | ||||
| 	addNicForm.dialog({ | ||||
| 		position: 'top', | ||||
| 		modal: true, | ||||
| 		width: 400, | ||||
| 		buttons: { | ||||
|   | ||||
| @@ -170,7 +170,6 @@ function loadGroups(data) { | ||||
| 					 | ||||
| 		// Open dialog to add node | ||||
| 		addNodeForm.dialog({ | ||||
| 			position: 'top', | ||||
| 			modal: true, | ||||
| 			width: 400, | ||||
| 			buttons: { | ||||
|   | ||||
| @@ -532,7 +532,6 @@ function openDialog(msg) { | ||||
| 		 | ||||
| 	// Open dialog | ||||
| 	div.dialog({ | ||||
| 		position: 'top', | ||||
| 		modal: true, | ||||
| 		width: 400, | ||||
| 		buttons: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user