mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Add info action button in snmp alerts. (#7297)
This commit is contained in:
parent
fa9573830c
commit
74719b9d5b
3 changed files with 11 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue