mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Adds a BFP filter column in nbox data table
This commit is contained in:
parent
7f40994c95
commit
51c44c1d67
2 changed files with 15 additions and 1 deletions
|
|
@ -949,6 +949,14 @@ print [[
|
|||
textAlign: 'left'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Filter (BPF)",
|
||||
field: "column_bpf",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'left'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "Status",
|
||||
field: "column_status",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue