mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
fix fort ticket #3622, removed debug logs
This commit is contained in:
parent
bb83507526
commit
953c6cd40f
7 changed files with 86 additions and 73 deletions
|
|
@ -14,6 +14,8 @@ local info = ntop.getInfo()
|
|||
|
||||
local delete_data_utils = require "delete_data_utils"
|
||||
|
||||
-- begin od container
|
||||
print("<div class='manage-data-modals'>")
|
||||
|
||||
if _POST and table.len(_POST) > 0 and isAdministrator() then
|
||||
|
||||
|
|
@ -142,4 +144,7 @@ print([[
|
|||
|
||||
|
||||
</script>
|
||||
]])
|
||||
]])
|
||||
|
||||
-- end of the container
|
||||
print("</div>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue