mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Uses standard prefix for interface rrd creation
This commit is contained in:
parent
7822edf188
commit
256f8055f3
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ end
|
|||
|
||||
|
||||
function get_interface_rrd_creation_key(ifid)
|
||||
local k = "ntopng.prefs.interface_rrd_creation.ifid_"..ifid
|
||||
local k = "ntopng.prefs.ifid_"..ifid..".interface_rrd_creation"
|
||||
return k
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue