Fix all alerts page. Fix require attention results.

This commit is contained in:
Alfredo Cardigliano 2024-11-11 15:59:58 +01:00
parent f3963c9eb1
commit 2da5925181
8 changed files with 38 additions and 34 deletions

View file

@ -1166,6 +1166,7 @@ local flow_columns = {
-- Alert data
['ALERT_STATUS'] = { tag = "alert_status" },
['REQUIRE_ATTENTION'] = { tag = "require_attention" },
['USER_LABEL'] = { tag = "user_label" },
['USER_LABEL_TSTAMP'] = { tag = "user_label_tstamp" },
}