mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
spelling: occurring
This commit is contained in:
parent
6eb7c6e01e
commit
92903185d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1781,7 +1781,7 @@ print [[";
|
|||
.addClass("label label-danger")
|
||||
.html("[" + Math.round(rsp.flow_export_drops / rsp.flow_export_count * 100 * 1000) / 1000 + "%]");
|
||||
} else {
|
||||
/* If rsp.flow_export_count means that only drops have been occuring so it is meaningless to print a pct */
|
||||
/* If rsp.flow_export_count means that only drops have been occurring so it is meaningless to print a pct */
|
||||
$('#exported_flows_drops_pct').removeClass().html("");
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue