Skip to content

Commit

Permalink
#1434 Fix the link on job title in search section
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 15, 2020
1 parent d8d9a3f commit 3a6bcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/directives/search/observable-job.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="search-item-title">
<a href ui-sref="app.case.observables-item({caseId: value.case_artifact.case.id, itemId: value.artifactId})">
<a href ui-sref="app.case.observables-item({caseId: value.case_artifact.case.id, itemId: value.case_artifact.id})">
Job <em><span ng-bind="value.analyzerName"></span></em>
</a>
</div>
Expand Down

0 comments on commit 3a6bcad

Please sign in to comment.