* add sidebar, edit menu, footer pages
* fixed sidebar, responsive sidebar
* fxed effects
* dark sidebar mode, gui fixes for sidebar
* toggle theme button and add padding to menu
* fixed padding too large
* bug fixing
* navbar fixed on top
* sidebar fixing
* sidebar fixes
* add more space for menus
* fix improving
* sidebar fixes for responsive
* sidebar improving
* fix for mac os
* responsive fix
* fixes
* sidebar fixes
* sidebar fixes
* sidebar fixes
* sidebar fixes
* sidebar fixes for responsive
* sidebar fixes
* sidebar.js inside makefile
* fixed padding
* fixes
* fixed sidebar scrollbar for firefox, add a little animation for the "n" inside the logo
* removed long_lived
* fixed color for bottom border
* removed bottom border when sidebar is open
The user scripts configuration can now be configured from the "User Scripts" entry under the cog
icon. It allows the creation of multiple configuration presets to be applied to hosts, networks and
interfaces.
Switching the active network interface triggered a POST request, which
was interpreted by the active lua script as a configuration save request.
Now in case of interface switching a 302 redirection is performed to clear
the page state.
Fixes#3126
Plugins are a convenient way to group together related lua scripts.
Their primary use case is to group user scripts and their alert/status
definition.
The builtin ntopng user scripts and definitions are now
packed into plugins directories. In future, we will support loading of
user created plugins.
Plugins are loaded at startup into some runtime directories and then
used. Other changes provided by this commit include:
- Add sample flow logger plugin
- Initial support for system user scripts
- Rename edge to threshold
- Migrate system probes to user scripts/plugins
- Migrate scripts to more explicit alerts_api.checkThresholdAlert api