mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added hidden parameter to timeseries charts (#8007)
This commit is contained in:
parent
67bcd67c64
commit
440a8e0c87
4 changed files with 18 additions and 7 deletions
|
|
@ -1735,12 +1735,13 @@ local community_timeseries = {{
|
|||
label = i18n('about.iowait'),
|
||||
color = timeseries_info.get_timeseries_color('default')
|
||||
},
|
||||
active_pct = {
|
||||
label = i18n('about.active'),
|
||||
color = timeseries_info.get_timeseries_color('default')
|
||||
},
|
||||
idle_pct = {
|
||||
label = i18n('about.idle'),
|
||||
color = timeseries_info.get_timeseries_color('default'),
|
||||
hidden = true
|
||||
},
|
||||
active_pct = {
|
||||
label = i18n('about.active'),
|
||||
color = timeseries_info.get_timeseries_color('default')
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue