mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fix column key in nedge hosts page.
This commit is contained in:
parent
65f3b4c344
commit
faf2d405df
1 changed files with 3 additions and 1 deletions
|
|
@ -515,7 +515,9 @@ if (_GET["page"] ~= "historical") then
|
|||
field: "column_info",
|
||||
sortable: false,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
textAlign: 'center',
|
||||
whiteSpace: 'nowrap'
|
||||
|
||||
}
|
||||
},{
|
||||
title: "]] print(i18n("ip_address")) print[[",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue