Skip to content

Commit

Permalink
#229 Display a star icon for iocs on related cases tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jun 6, 2017
1 parent 423ed7c commit 4da5fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/styles/case-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ div.case-item>div.case-observables-count {
}

div.case-item>div.case-observables-list {
width: 400px;
width: 450px;
}
1 change: 1 addition & 0 deletions ui/app/views/partials/case/case.links.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

<div class="case-observables-list">
<div ng-repeat="observable in item.linkedWith | limitTo:5" class="wrap">
<i class="fa fa-star" ng-if="observable.ioc"></i>
<a href ui-sref="app.case.observables-item({caseId: item.id, itemId: observable.id})">
<strong>[{{observable.dataType}}]</strong>:
<span ng-if="observable.attachment"></span>{{observable.attachment.name}}
Expand Down

0 comments on commit 4da5fc7

Please sign in to comment.