mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Custom Queries dropdown is missing in the Analysis page #7677
This commit is contained in:
parent
e464b82b07
commit
b546fec8dd
3 changed files with 28 additions and 3 deletions
|
|
@ -890,6 +890,7 @@ local context = {
|
|||
opsep = tag_utils.SEPARATOR,
|
||||
isPro = ntop.isPro(),
|
||||
is_ntop_enterprise_m = ntop.isEnterpriseM(),
|
||||
is_ntop_enterprise_l = ntop.isEnterpriseL(),
|
||||
notes = notes,
|
||||
show_chart = true,
|
||||
show_cards = (status ~= "engaged") and ntop.isPro(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue