mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added plugin hook to create a custom container under device->overview.
Container apears over "Overall traffic" on the left phane
This commit is contained in:
@@ -26,6 +26,8 @@ echo('
|
||||
<div class="col-md-6">
|
||||
');
|
||||
include("includes/dev-overview-data.inc.php");
|
||||
Plugins::call('device_overview_container',array($device));
|
||||
|
||||
include("overview/ports.inc.php");
|
||||
echo('
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user