Add info action button in snmp alerts. (#7297)

This commit is contained in:
Nicolo Maio 2023-03-20 17:09:39 +00:00
parent fa9573830c
commit 74719b9d5b
3 changed files with 11 additions and 0 deletions

View file

@ -802,6 +802,7 @@ local context = {
show_acknowledge = (page ~= 'all') and (status == "historical") and isAdministrator(),
show_delete = (page ~= 'all') and (status ~= "engaged") and isAdministrator(),
show_info = (page == 'flow'),
show_snmp_info = (page == 'snmp_device')
},
show_tot_records = true,