Skip to content

Commit

Permalink
fix(report): reactivate collapse/expand Bug Status panel
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashimpens committed Dec 13, 2024
1 parent 6b615fb commit 3b318cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/src/main/webapp/ReportingExecutionByTag.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@
</div>

<div class="panel panel-default" id="BugReportByStatusPanel">
<div class="panel-heading card refreshButtonHeader" >
<div class="panel-heading card refreshButtonHeader" data-toggle="collapse" data-target="#BugReportByStatus">
<span class="fa fa-pie-chart fa-fw"></span>
<label id="bugStatus">Bug Status</label>
<!-- <span class="toggle glyphicon glyphicon-chevron-right pull-right"></span>-->
<span class="toggle glyphicon glyphicon-chevron-right pull-right"></span>
</div>
<div class="panel-body collapse in" id="BugReportByStatus">
<div class="row">
Expand Down

0 comments on commit 3b318cc

Please sign in to comment.