diff --git a/html/plugins/Test/Test.php b/html/plugins/Test/Test.php index 06d20d28c..f6817bd31 100644 --- a/html/plugins/Test/Test.php +++ b/html/plugins/Test/Test.php @@ -6,10 +6,8 @@ class Test { } public function device_overview_container($device) { - echo('
Test Plugin
i"ve just added a plugin :)
'); - echo('
');
-    var_dump($device);
-    echo('
'); + echo('
'.get_class().' Plugin
'); + echo(' Example plugin i "Device - Overview" tab
'); echo('
'); } }