Skip to content

Commit

Permalink
#141 Remove Run All Analyzers link
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 7, 2017
1 parent 9ea454c commit a0d7f5e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ <h4>List of observables ({{artifacts.total || 0}} of {{artifactStats.count}})</h
<th style="width: 15px"></th>
<th style="width: 100px">Type <a href ng-click="artifacts.sort='-dataType'; artifacts.update()"><i class="fa fa-caret-up"></i></a><a href ng-click="artifacts.sort='+dataType'; artifacts.update()"><i class="fa fa-caret-down"></i></a></th>
<th>Data/Filename <a href ng-click="artifacts.sort='-data'; artifacts.update()"><i class="fa fa-caret-up"></i></a><a href ng-click="artifacts.sort='+data'; artifacts.update()"><i class="fa fa-caret-down"></i></a></th>
<th style="width: 140px">Reports</th>
<th style="width: 300px">Tags</th>
<th style="width: 120px">Date added <a href ng-click="artifacts.sort='-startDate'; artifacts.update()"><i class="fa fa-caret-up"></i></a><a href ng-click="artifacts.sort='+startDate'; artifacts.update()"><i class="fa fa-caret-down"></i></a></th>
</tr>
Expand All @@ -57,14 +56,6 @@ <h4>List of observables ({{artifacts.total || 0}} of {{artifactStats.count}})</h
<a href="" ng-click="addFilterValue('dataType', artifact.dataType)"><span ng-bind="artifact.dataType"></span></a>
</td>
<td class="wrap clickable" ng-click="openArtifact(artifact)">{{(artifact.data | fang) || (artifact.attachment.name | fang)}}</td>
<td ng-switch="countReports(artifact)">
<span ng-switch-when="0" class="clickable">
<a href ng-click="runAllOnObservable(artifact)">Run all analyzers</a>
</span>
<span ng-switch-default>
<ng-pluralize count="countReports(artifact)" when="{'one': '1 analysis', 'other': '{} analysis'}"></ng-pluralize>
</span>
</td>
<td>
<span ng-repeat="l in artifact.tags">
<span class="label label-primary mr-xxxs pointer" ng-click="addFilterValue('tags', l)">
Expand Down

0 comments on commit a0d7f5e

Please sign in to comment.