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

dont show exps table header if no exps in group

parent a39d2211
No related branches found
No related tags found
1 merge request!223Reports overhaul
......@@ -79,7 +79,7 @@ angular.module('reportApp').directive("groupPanelExperiments", ['GroupsService',
role="tabpanel"
aria-labelledby="{{group.name}}-explist-heading">
<div class="panel-body">
<table class="table table-striped table-hover">
<table ng-if='group.experiments.length > 0' class="table table-striped table-hover">
<thead>
<tr>
<th></th>
......
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