mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix plugins menu (#10222)
* Merge pull request #54 from librenms-plugins/revert-52-PluginNamespaceCorrection Revert "Adding namespace LibreNMS\Plugins;" Fix plugins menu * Only use scrollable where needed
This commit is contained in:
@@ -20,5 +20,5 @@ $no_refresh = true;
|
||||
<h3>Plugins</h3>
|
||||
<hr>
|
||||
<?php
|
||||
\LibreNMS\Plugins::call('port_container', [$device, $port]);
|
||||
echo \LibreNMS\Plugins::call('port_container', [$device, $port]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user