Skip to content

Commit

Permalink
#400 Add sighted checkbox for file observables
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Dec 19, 2017
1 parent 87aa351 commit 4a0a223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app/views/partials/observables/creation/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
<div file-chooser="" filemodel="params.attachment"></div>
<div ng-show="params.attachment.upload.total === 0" class="mv-xxs p-xxs bg-warning">
WARNING: This file seems to be empty
</div>
</div>
<div><input type="checkbox" ng-model="params.ioc">&nbsp;Mark <strong ng-show="params.bulk">all observables</strong> as IOC</div>
<div><input type="checkbox" ng-model="params.sighted">&nbsp;Mark <strong ng-show="params.bulk">all observables</strong> as sighted</div>
</div>
</div>

Expand Down

0 comments on commit 4a0a223

Please sign in to comment.