mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes flows serial number (#7561)
This commit is contained in:
parent
7ea288bb52
commit
a84fbce0d2
1 changed files with 2 additions and 2 deletions
|
|
@ -321,8 +321,8 @@ if (page == "flows" or page == nil) then
|
|||
title: "]]
|
||||
print(i18n("serial"))
|
||||
print [[",
|
||||
field: "column_key", /* This is the serial numebe but called key for placing the flow button pointing to the flow key */
|
||||
sortable: false,
|
||||
field: "column_key", /* This is the serial number but called key for placing the flow button pointing to the flow key */
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue