mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Cleaned up the code from plugin_utils
This commit is contained in:
parent
f1e8091928
commit
57a85de50e
105 changed files with 620 additions and 918 deletions
|
|
@ -12,7 +12,6 @@ local page_utils = require("page_utils")
|
|||
local ui_utils = require("ui_utils")
|
||||
local template = require("template_utils")
|
||||
local json = require("dkjson")
|
||||
local plugins_utils = require("plugins_utils")
|
||||
local checks = require("checks")
|
||||
local rest_utils = require "rest_utils"
|
||||
local auth = require "auth"
|
||||
|
|
@ -78,7 +77,7 @@ local base_context = {
|
|||
json = json,
|
||||
edit_check = {
|
||||
breadcrumb = generated_breadcrumb,
|
||||
plugin = selected_script,
|
||||
script = selected_script,
|
||||
alert_severities = alert_severities,
|
||||
script_title = script_title,
|
||||
rendered_hooks = generated_templates,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue