Skip to content

Commit

Permalink
#137 Show the seen flag on alert artifacts preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 23, 2017
1 parent f36c147 commit ec5aaaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/app/views/partials/alert/event.dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,16 @@ <h4 class="vpad10 text-primary">
<table class="table table-striped">
<thead>
<tr>
<th style="width:20px;"></th>
<th style="width:100px;">Type</th>
<th>Data</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="attribute in dialog.pagination.data">
<td>
<span uib-tooltip="Seen on {{attribute.seen}} existing case(s)" tooltip-popup-delay="500" tooltip-placement="bottom" ng-if="attribute.seen > 0" class="glyphicon glyphicon-eye-open"></span>
</td>
<td>{{attribute.dataType}}</td>
<td class="wrap" ng-if="attribute.dataType !== 'file'">
{{attribute.data | fang | ellipsis:250}}
Expand Down

0 comments on commit ec5aaaa

Please sign in to comment.