Little fix

This commit is contained in:
emanuele-f 2016-11-09 21:24:41 +01:00
parent 302dcba7ef
commit de164a7ab3
2 changed files with 4 additions and 4 deletions

View file

@ -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