Skip to content

Commit

Permalink
#1766 Remove useless action button from procedure list
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 8, 2021
1 parent a47ba77 commit 7c8515a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/app/views/partials/case/case.procedures.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ <h4>
</a>
</div>
<div class="ttp-action">
<a class="btn btn-icon btn-clear" href ng-click="$vm.edit(proc)" uib-tooltip="Edit TTP" if-permission="manageCase" allowed="{{userPermissions}}">
<i class="text-info fa fa-edit"></i>
</a>
<a class="btn btn-icon btn-clear text-danger" href ng-click="$vm.remove(proc)" uib-tooltip="Delete TTP" if-permission="manageCase" allowed="{{userPermissions}}">
<i class="fa fa-trash"></i>
</a>
Expand Down

0 comments on commit 7c8515a

Please sign in to comment.