mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +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
|
|
@ -189,7 +189,7 @@ if(page == "overview") then
|
|||
<li>]] .. i18n("active_monitoring_stats.rtt_note_icmp") ..[[</li>
|
||||
<li>]] .. i18n("active_monitoring_stats.rtt_note_http") ..[[</li>
|
||||
<li>]] .. i18n("active_monitoring_stats.note_alert") ..[[</li>
|
||||
<li>]] .. i18n("active_monitoring_stats.note_periodiciy_change") ..[[</li>
|
||||
<li>]] .. i18n("active_monitoring_stats.note_periodicity_change") ..[[</li>
|
||||
</ul>
|
||||
</div>
|
||||
<span class="invalid-feedback"></span>
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ for key, active_monitoring_host in pairs(active_monitoring_hosts) do
|
|||
chart = chart,
|
||||
threshold = active_monitoring_host.max_rtt,
|
||||
last_measure = column_last_rtt,
|
||||
value_js_formatter = m_info.value_js_formatter,
|
||||
last_mesurement_time = column_last_update,
|
||||
last_ip = column_last_ip,
|
||||
granularity = active_monitoring_host.granularity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue