mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
[nEdge] Remove the hardcoded testing value for traffic_quota_ratio.
This commit is contained in:
parent
a15dd113e0
commit
bbf822e3c2
1 changed files with 0 additions and 1 deletions
|
|
@ -452,7 +452,6 @@ function graph_utils.printProtocolQuota(proto, ndpi_stats, category_stats, quota
|
|||
traffic_quota_ratio = 0
|
||||
end
|
||||
|
||||
traffic_quota_ratio = 0
|
||||
if show_td then
|
||||
output[#output + 1] = [[<td class='text-end']] .. ternary(bytes_exceeded, ' style=\'color:red;\'', '') ..
|
||||
"><span>" .. lb_bytes .. ternary(hide_limit, "", " / " .. lb_bytes_quota) ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue