mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
fixed Add new Pool description
This commit is contained in:
parent
cc7d923c58
commit
b83108e423
5 changed files with 9 additions and 8 deletions
|
|
@ -959,10 +959,10 @@ function graph_utils.printPoolChangeDropdown(ifId, pool_id, have_nedge)
|
|||
|
||||
output[#output + 1] = [[
|
||||
</select>
|
||||
<a href="]] .. ntop.getHttpPrefix() .. edit_pools_link .. [["><i class="fas ]].. ternary(have_nedge, "fa-edit", "fa-plus") ..[[" aria-hidden="true" title="]]
|
||||
..i18n(ternary(have_nedge, "nedge.edit_users", "host_pools.new_host_pool"))
|
||||
<a href="]] .. ntop.getHttpPrefix() .. edit_pools_link .. [["><i class="fas fa-edit" aria-hidden="true" title="]]
|
||||
..i18n(ternary(have_nedge, "nedge.edit_users", "pools.edit_pools"))
|
||||
.. [["></i> ]]
|
||||
.. i18n(ternary(have_nedge, "nedge.edit_users", "host_pools.new_host_pool"))
|
||||
.. i18n(ternary(have_nedge, "nedge.edit_users", "pools.edit_pools"))
|
||||
.. [[</a>
|
||||
</tr>]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue