mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Implements GUI to configure host pools
Implements #4098 Implements #4087
This commit is contained in:
parent
5ade224d85
commit
54b29aa1dc
8 changed files with 1234 additions and 15 deletions
|
|
@ -31,6 +31,8 @@ if isAdministrator() and (_POST["member"] ~= nil) and (_POST["pool"] ~= nil) the
|
|||
ntop.reloadHostPools()
|
||||
end
|
||||
|
||||
print("<h2>"..i18n("unknown_devices.unassigned_devices").." <small><a title='".. i18n("host_pools.manage_pools") .."' href='".. ntop.getHttpPrefix() .."/lua/admin/manage_pools.lua'><i class='fas fa-cog'></i></a></small></h2>")
|
||||
|
||||
print(
|
||||
template.gen("modal_confirm_dialog.html", {
|
||||
dialog={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue