Skip to content

Commit

Permalink
#347 Fix the observable by IOC ministat panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Oct 19, 2017
1 parent 372e73d commit 5188a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/app/views/partials/observables/list/mini-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h4>Statistics</h4>
<div class="panel panel-default">
<div class="panel-heading">Observables as IOC</div>
<div class="panel-body">
<pre>{{statsCtrl.byIoc.details | json}}</pre>
<table class="table table-condensed">
<tr ng-repeat="item in statsCtrl.byIoc.details">
<td class="active">{{(item.key === 'false') ? 'Not IOC' : 'IOC' }}</td>
Expand Down

0 comments on commit 5188a6a

Please sign in to comment.