mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
nEdge packaging
This commit is contained in:
parent
bcac2487c6
commit
04627745ae
14 changed files with 59 additions and 52 deletions
|
|
@ -1708,7 +1708,7 @@ function printPoolChangeDropdown(pool_id)
|
|||
|
||||
output[#output + 1] = poolDropdown(pool_id)
|
||||
|
||||
local edit_pools_link = ternary(haveNedge(), "/lua/pro/admin/nf_list_users.lua", "/lua/if_stats.lua?page=pools#create")
|
||||
local edit_pools_link = ternary(ntop.isnEdge(), "/lua/pro/nedge/admin/nf_list_users.lua", "/lua/if_stats.lua?page=pools#create")
|
||||
|
||||
output[#output + 1] = [[
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue