diff --git a/xCAT-UI/lib/display.php b/xCAT-UI/lib/display.php index 36e5dce72..b96ec7ab5 100644 --- a/xCAT-UI/lib/display.php +++ b/xCAT-UI/lib/display.php @@ -457,17 +457,17 @@ EOF; } function controlRunCmd($nr, $cmd, $subcmd){ -//echo << -//$(document).ready(function() { -// $("#tableForCtrl").dataTable({ -// "bLengthChange": true, -// "bFilter": true, -// "bSort": true -// }); -//}); -// -//JS00; +echo << +$(document).ready(function() { + $("#tableForCtrl").dataTable({ + "bLengthChange": true, + "bFilter": true, + "bSort": true + }); +}); + +JS00; echo "
"; $rvals = docmd($cmd, $nr, array($subcmd)); #print_r($rvals);