mcramer
2013-07-09 15af404ea2ad11f72e3e2bb61c5511b832f66de4
interface/web/vm/openvz_ip_list.php
@@ -48,7 +48,7 @@
$app->uses('listform_actions');
// $app->listform_actions->SQLExtWhere = "limit_client = 0";
$app->listform_actions->SQLOrderBy = 'ORDER BY server_id,ip_address';
$app->listform_actions->SQLOrderBy = 'ORDER BY openvz_ip.server_id, openvz_ip.ip_address';
$app->listform_actions->onLoad();