[nEdge] Remove the hardcoded testing value for traffic_quota_ratio.

This commit is contained in:
Nicolo Maio 2024-02-29 17:57:51 +01:00
parent a15dd113e0
commit bbf822e3c2

View file

@ -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) ..