mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Pro charts improvements
This commit is contained in:
parent
0b03b10089
commit
9eaa5049c0
3 changed files with 26 additions and 26 deletions
|
|
@ -150,14 +150,14 @@ zoom_vals = {
|
|||
{ "5m", "now-300s", 60*5},
|
||||
{ "30m", "now-1800s", 60*30},
|
||||
{ "1h", "now-1h", 60*60*1},
|
||||
{ "3h", "now-3h", 60*60*3},
|
||||
{ "6h", "now-6h", 60*60*6},
|
||||
{ "12h", "now-12h", 60*60*12},
|
||||
--{ "3h", "now-3h", 60*60*3},
|
||||
--{ "6h", "now-6h", 60*60*6},
|
||||
--{ "12h", "now-12h", 60*60*12},
|
||||
{ "1d", "now-1d", 60*60*24},
|
||||
{ "1w", "now-1w", 60*60*24*7},
|
||||
{ "2w", "now-2w", 60*60*24*14},
|
||||
--{ "2w", "now-2w", 60*60*24*14},
|
||||
{ "1M", "now-1mon", 60*60*24*31},
|
||||
{ "6M", "now-6mon", 60*60*24*31*6},
|
||||
--{ "6M", "now-6mon", 60*60*24*31*6},
|
||||
{ "1Y", "now-1y", 60*60*24*366}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue