diff --git a/plugins/ExampleUI/Controller.php b/plugins/ExampleUI/Controller.php index dc9611b57b2..06bd38fd1f0 100644 --- a/plugins/ExampleUI/Controller.php +++ b/plugins/ExampleUI/Controller.php @@ -38,6 +38,7 @@ public function dataTables() $view->config->show_table_all_columns = false; $view->config->disable_row_evolution = true; $view->config->max_graph_elements = 24; + $view->config->metrics_documentation = array('value' => 'Documentation for temperature metric'); echo $view->render(); }