mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Code cleanup
This commit is contained in:
parent
d271072d69
commit
c9ecd931d9
31 changed files with 101 additions and 101 deletions
|
|
@ -1708,7 +1708,7 @@ function printPoolChangeDropdown(pool_id)
|
|||
|
||||
output[#output + 1] = poolDropdown(pool_id)
|
||||
|
||||
local edit_pools_link = ternary(haveNedge2(), "/lua/pro/admin/nf_list_users.lua", "/lua/if_stats.lua?page=pools#create")
|
||||
local edit_pools_link = ternary(haveNedge(), "/lua/pro/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