removed edit pools label

address #4503
This commit is contained in:
gabryon99 2020-10-05 19:11:18 +02:00
parent 60ae09514c
commit 28ac665d2a

View file

@ -950,10 +950,10 @@ function graph_utils.printPoolChangeDropdown(ifId, pool_id, have_nedge)
output[#output + 1] = [[
</select>
<a href="]] .. ntop.getHttpPrefix() .. edit_pools_link .. [["><i class="fas fa-edit" aria-hidden="true" title="]]
..i18n(ternary(have_nedge, "nedge.edit_users", ""))
<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> ]]
.. i18n(ternary(have_nedge, "nedge.edit_users", ""))
.. (have_nedge and i18n("nedge.edit_users") or '')
.. [[</a>
</tr>]]