mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement alerts links to graphs
This commit is contained in:
parent
c4a5612084
commit
eb79229048
9 changed files with 59 additions and 6 deletions
|
|
@ -1473,6 +1473,16 @@ function getCurrentStatus() {
|
|||
}
|
||||
},
|
||||
|
||||
{
|
||||
title: "]]print(i18n("chart"))print[[",
|
||||
field: "column_chart",
|
||||
sortable: false,
|
||||
hidden: ]] print(ternary(ntop.isPro(), "false", "true")) print[[,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
title: "]]print(i18n("show_alerts.alert_description"))print[[",
|
||||
field: "column_msg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue