mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Hosts View: Add the score column #6741
This commit is contained in:
parent
6905398633
commit
3ed878df79
4 changed files with 31 additions and 3 deletions
|
|
@ -559,6 +559,13 @@ if (_GET["page"] ~= "historical") then
|
|||
textAlign: 'center'
|
||||
}
|
||||
}, {
|
||||
title: "]] print(i18n("score")) print[[",
|
||||
field: "column_score",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
}
|
||||
}, {
|
||||
title: "]] print(i18n("breakdown")) print[[",
|
||||
field: "column_breakdown",
|
||||
sortable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue