mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed sort column from OS distribution
This commit is contained in:
parent
f75331d2b5
commit
fe9e3a2ea8
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ end
|
|||
-- ########################################################
|
||||
|
||||
function ts_dump.os_update_rrds(when, ifstats, verbose)
|
||||
local os_info = interface.getOSesInfo({detailsLevel = "higher", sortColumn = "column_os"})
|
||||
local os_info = interface.getOSesInfo()
|
||||
|
||||
for _, os_stats in pairs(os_info["os"] or {}) do
|
||||
local OS = os_stats.os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue