mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Relocate Alerts menu
Plugins menu is moved to the Overview menu (this is basically just weathermap anyway)
This commit is contained in:
@@ -58,6 +58,7 @@ class Plugins
|
||||
include $file;
|
||||
$pluginFullName = 'LibreNMS\\Plugins\\' . $pluginName;
|
||||
if (class_exists($pluginFullName)) {
|
||||
$pluginName = $pluginFullName;
|
||||
$plugin = new $pluginFullName;
|
||||
} elseif (class_exists($pluginName)) {
|
||||
$plugin = new $pluginName;
|
||||
|
Reference in New Issue
Block a user