mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes 95 percentile
This commit is contained in:
parent
61aa950b44
commit
845696f0e5
3 changed files with 31 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 9dba837511c5856e71043be6b367d0d9238c4ab0
|
||||
Subproject commit b8fd0a2dfb13517c67e84ec788476d4bb3531427
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"title_i18n": "if_stats_overview.probe_ip",
|
||||
"data_field": "probe_ip",
|
||||
"sortable": true,
|
||||
"max-width": "20px",
|
||||
"min-width": "80px",
|
||||
"class": [
|
||||
"text-nowrap"
|
||||
]
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"title_i18n": "flow_devices.nprobe_version",
|
||||
"data_field": "probe_version",
|
||||
"sortable": true,
|
||||
"max-width": "20px",
|
||||
"min-width": "60px",
|
||||
"class": [
|
||||
"text-nowrap"
|
||||
]
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
"title_i18n": "flow_devices.ntopng_interface",
|
||||
"data_field": "ntopng_interface",
|
||||
"sortable": true,
|
||||
"min-width": 150,
|
||||
"min-width": "60px",
|
||||
"class": [
|
||||
"text-nowrap"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue