mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Disabled from Test plugin, user have to manually enable the plugin in Test plugin file
This commit is contained in:
@ -5,11 +5,13 @@ class Test {
|
|||||||
echo('<li><a href="plugin/p='.get_class().'">'.get_class().'</a></li>');
|
echo('<li><a href="plugin/p='.get_class().'">'.get_class().'</a></li>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
public function device_overview_container($device) {
|
public function device_overview_container($device) {
|
||||||
echo('<div class="container-fluid"><div class="row"> <div class="col-md-12"> <div class="panel panel-default panel-condensed"> <div class="panel-heading"><strong>'.get_class().' Plugin </strong> </div>');
|
echo('<div class="container-fluid"><div class="row"> <div class="col-md-12"> <div class="panel panel-default panel-condensed"> <div class="panel-heading"><strong>'.get_class().' Plugin </strong> </div>');
|
||||||
echo(' Example plugin in "Device - Overview" tab <br>');
|
echo(' Example plugin in "Device - Overview" tab <br>');
|
||||||
echo('</div></div></div></div>');
|
echo('</div></div></div></div>');
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user