mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix multiple alignment issues with timeseries
This commit is contained in:
parent
d62a19fa88
commit
6ba093872f
9 changed files with 171 additions and 30 deletions
|
|
@ -3193,7 +3193,7 @@ end
|
|||
function swapKeysValues(tbl)
|
||||
local new_tbl = {}
|
||||
|
||||
for k, v in pairs(tbl) do
|
||||
for k, v in pairs(tbl or {}) do
|
||||
new_tbl[v] = k
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue