mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Add num alerted flows in ASN (#6465)
This commit is contained in:
parent
fb6d7e1655
commit
c3bb24a38b
9 changed files with 41 additions and 14 deletions
|
|
@ -86,17 +86,6 @@ print [[
|
|||
|
||||
},
|
||||
{
|
||||
title: "]] print(i18n("show_alerts.alerts")) print[[",
|
||||
field: "column_alerts",
|
||||
/* TODO: alerts not implemented */
|
||||
hidden: true,
|
||||
sortable: false,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
title: "]] print(i18n("name")) print[[",
|
||||
field: "column_asname",
|
||||
sortable: true,
|
||||
|
|
@ -122,6 +111,14 @@ print [[
|
|||
textAlign: 'center'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "]] print(i18n("flow_details.alerted_flows")) print[[",
|
||||
field: "column_alerted_flows",
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
},
|
||||
},
|
||||
]]
|
||||
|
||||
print [[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue