mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implement plugins overview page
This commit is contained in:
parent
ae9d65d11a
commit
d417160cc4
7 changed files with 113 additions and 28 deletions
|
|
@ -60,6 +60,11 @@ function plugins_utils.listPlugins()
|
|||
goto continue
|
||||
end
|
||||
|
||||
if(metadata.disabled) then
|
||||
-- The plugin is disabled, skip it
|
||||
goto continue
|
||||
end
|
||||
|
||||
-- Augument information
|
||||
metadata.path = plugin_dir
|
||||
metadata.key = plugin_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue