Skip to content
Snippets Groups Projects
Commit a39d2211 authored by Jaden Diefenbaugh's avatar Jaden Diefenbaugh
Browse files

add warning to plot items

parent eed03aff
No related branches found
No related tags found
1 merge request!223Reports overhaul
...@@ -68,7 +68,10 @@ angular.module('reportApp') ...@@ -68,7 +68,10 @@ angular.module('reportApp')
class="panel-collapse collapse in" class="panel-collapse collapse in"
role="tabpanel" role="tabpanel"
aria-labelledby="{{domId}}-heading"> aria-labelledby="{{domId}}-heading">
{{ id }} content <div class='panel-body'>
<p>{{ id }} content</p>
<strong>Plot items in reports are not implemented yet.</strong>
</div>
</div> </div>
` `
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment