Skip to content

Commit

Permalink
#232 Open case in new window when clicking on alert similar item
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jun 27, 2017
1 parent 3ca7691 commit 104145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/partials/alert/event.similarity.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- case title and main details -->
<div class="case-details">
<div class="case-title">
<a ui-sref="app.case.details({caseId: item.id})">#{{item.caseId}} - {{item.title}}</a>
<a ui-sref="app.case.details({caseId: item.id})" target="_blank">#{{item.caseId}} - {{item.title}}</a>
</div>
<div class="case-tags flexwrap mt-xxs">
<span class="mr-xxxs text-muted"><i class="fa fa-tags"></i></span>
Expand Down

0 comments on commit 104145e

Please sign in to comment.