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:
phamt 2010-11-16 20:28:20 +00:00
parent 17d8f36e92
commit f810446789

View File

@ -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