mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes nEdge edit users link
This commit is contained in:
parent
02c9693da7
commit
6ea17bd8c7
1 changed files with 2 additions and 4 deletions
|
|
@ -963,10 +963,8 @@ function graph_utils.printPoolChangeDropdown(ifId, pool_id, have_nedge)
|
|||
output[#output + 1] = [[
|
||||
</select>
|
||||
<a class='ml-1' href="]] .. ntop.getHttpPrefix() .. edit_pools_link .. [["><i class="fas fa-edit" aria-hidden="true" title="]]
|
||||
..(have_nedge and i18n("nedge.edit_users") or '')
|
||||
.. [["></i> ]]
|
||||
.. (have_nedge and i18n("nedge.edit_users") or '')
|
||||
.. [[</a>
|
||||
..(have_nedge and i18n("edit") or '')
|
||||
.. [["></i></a>
|
||||
</tr>]]
|
||||
|
||||
print(table.concat(output, ''))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue