Skip to content

Commit

Permalink
#1049 Port PR to TheHive 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 29, 2020
1 parent 2b41bd1 commit 0ed3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/components/org/case-template/tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h4 class="vpad10 text-primary">
</h4>

<div class="empty-message" ng-if="!$vm.template.tasks || $vm.template.tasks.length === 0">
No tasks have been specified.
No tasks have been specified. <a href class="mr-xxxs" ng-click="$vm.addTask()">Add a task</a>
</div>

<div ng-if="$vm.template.tasks.length !== 0" ui-sortable="$vm.sortableOptions" ng-model="$vm.template.tasks">
Expand Down

0 comments on commit 0ed3917

Please sign in to comment.