mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Remove fmbit js function.
The value_js_formatter is now used to format the measurement value in the datatable
This commit is contained in:
parent
1e5376da95
commit
aa2ad9c66e
10 changed files with 15 additions and 13 deletions
|
|
@ -143,7 +143,7 @@ return {
|
|||
-- A list of additional timeseries (the am_host:rtt_* is always shown) to show in the charts.
|
||||
-- See https://www.ntop.org/guides/ntopng/api/timeseries/adding_new_timeseries.html#charting-new-metrics .
|
||||
additional_timeseries = {},
|
||||
-- Js function to call to format the am_host:rtt_* chart value. See ntopng_utils.js .
|
||||
-- Js function to call to format the measurement value. See ntopng_utils.js .
|
||||
value_js_formatter = "fmillis",
|
||||
-- A list of additional notes (localization strings) to show into the timeseries charts
|
||||
i18n_chart_notes = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue