mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix nDPIStats non initialized memory
This commit is contained in:
parent
5416dcd711
commit
b6e1b3a450
3 changed files with 6 additions and 3 deletions
|
|
@ -374,6 +374,8 @@ function host_pools_utils.printQuotas(pool_id, host, page_params)
|
|||
success: function(content) {
|
||||
if(content)
|
||||
$('#pool_quotas_ndpi_tbody').html(content);
|
||||
else
|
||||
$('#pool_quotas_ndpi_tbody').html('<tr><td colspan="3"><i>]] print(i18n("shaping.no_quota_traffic")) print[[</i></td></tr>');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue