Skip to content

Commit 4da5fc7

Browse files
committed
#229 Display a star icon for iocs on related cases tab
1 parent 423ed7c commit 4da5fc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/app/styles/case-item.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ div.case-item>div.case-observables-count {
3838
}
3939

4040
div.case-item>div.case-observables-list {
41-
width: 400px;
41+
width: 450px;
4242
}

ui/app/views/partials/case/case.links.html

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272

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

0 commit comments

Comments
 (0)