mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
parent
8abdb926cd
commit
4ed8cfecc3
7 changed files with 128 additions and 39 deletions
|
|
@ -1539,7 +1539,7 @@ function toggleAlert(disable) {
|
|||
{
|
||||
title: "]]print(i18n("show_alerts.alert_count"))print[[",
|
||||
field: "column_count",
|
||||
hidden: ]] print(ternary(t["status"] ~= "historical-flows", "true", "false")) print[[,
|
||||
hidden: ]] print(ternary(t["status"] ~= "historical-flows" and t["status"] ~= "historical", "true", "false")) print[[,
|
||||
sortable: true,
|
||||
css: {
|
||||
textAlign: 'center'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue