mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-31 01:44:46 +00:00
Fix minor GUI issues on nEdge.
This commit is contained in:
parent
3a28d5d0f4
commit
bc1aa1c7e1
2 changed files with 5 additions and 3 deletions
|
|
@ -323,9 +323,11 @@ if (page == "flows" or page == nil) then
|
|||
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: true,
|
||||
sortable: false,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap'
|
||||
|
||||
}
|
||||
}, {
|
||||
title: "]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue