mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Little fix
This commit is contained in:
parent
302dcba7ef
commit
de164a7ab3
2 changed files with 4 additions and 4 deletions
|
|
@ -102,7 +102,7 @@ function rrd_fix_resolution(epoch_start, epoch_end, resolution, traffic, columns
|
|||
|
||||
-- check resolution consinstency
|
||||
if traffic.step > resolution then
|
||||
return {error=i18n('traffic_report.error_rrd_resolution', {prefs=ntop.getHttpPrefix().."/lua/admin/prefs.lua?subpage_active=on_disk_rrds"})}
|
||||
return {error=i18n('error_rrd_low_resolution', {prefs=ntop.getHttpPrefix().."/lua/admin/prefs.lua?subpage_active=on_disk_rrds"})}
|
||||
end
|
||||
|
||||
-- functions to handle the n-dimensions counters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue