mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes #1016
This commit is contained in:
parent
b68b571fd5
commit
3bb68a0f2f
4 changed files with 21 additions and 13 deletions
|
|
@ -39,7 +39,7 @@ preference = tablePreferences("rows_number",_GET["perPage"])
|
|||
if (preference ~= "") then print ('perPage: '..preference.. ",\n") end
|
||||
|
||||
-- Automatic default sorted. NB: the column must exist.
|
||||
print ('sort: [ ["' .. getDefaultTableSort("network") ..'","' .. getDefaultTableSortOrder("network").. '"] ],')
|
||||
print ('sort: [ ["' .. getDefaultTableSort("local_network_id") ..'","' .. getDefaultTableSortOrder("local_network_id").. '"] ],')
|
||||
|
||||
|
||||
print [[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue