Skip to content

Commit

Permalink
#1293 Fix the disaply of view button in responder action component
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed May 3, 2020
1 parent e721738 commit b781b4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/app/views/directives/responder-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ <h4 class="text-primary">{{header}}</h4>
</td>
<td>{{action.cortexId}}</td>
<td>{{action.startDate | shortDate}}</td>
<td class="text-center">
<a href class="noline" ng-click="showResponderJob(action)"><i class="fa fa-search"></i></a>
<td class="text-center">
<a href class="noline" ng-click="showResponderJob(action)" ng-if="action.status !== 'Failure'" uib-tooltip="Show action report" tooltip-placement="left-middle"><i class="fa fa-search"></i></a>
</td>
</tr>
Expand Down

0 comments on commit b781b4d

Please sign in to comment.