Changed default "Show X entries" to be 50.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8180 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -623,7 +623,9 @@ function loadNodes(data) { | ||||
| 	actionsDIV.append(tableActionsMenu); | ||||
|  | ||||
| 	// Turn table into a datatable | ||||
| 	var myDataTable = $('#nodesDataTable').dataTable(); | ||||
| 	var myDataTable = $('#nodesDataTable').dataTable({ | ||||
| 		'iDisplayLength': 50 | ||||
| 	}); | ||||
| 	setNodesDataTable(myDataTable); | ||||
| 	 | ||||
| 	// Do not sort ping, power, and comment column | ||||
|   | ||||
		Reference in New Issue
	
	Block a user