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:
Runar Borge
2015-06-22 21:12:57 +02:00
parent db4a5de847
commit 308d686294
2 changed files with 10 additions and 0 deletions

View File

@@ -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>