Implements merge of multiple identical alerts

Implements #3430
This commit is contained in:
Simone Mainardi 2020-02-25 18:14:25 +01:00
parent 8abdb926cd
commit 4ed8cfecc3
7 changed files with 128 additions and 39 deletions

View file

@ -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'