Skip to content

Commit

Permalink
#1817 Commetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 5, 2021
1 parent 4b19689 commit 748004f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/partials/dashboard/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3 class="box-title">
<table class="table table-striped case-list">
<thead>
<tr>
<th width="150px">
<th width="100px">
<a href class="text-default" ng-click="$vm.sortByField('status')">
Status
<i ng-show="$vm.filtering.context.sort.indexOf('+status') === -1 && $vm.filtering.context.sort.indexOf('-status') === -1" class="fa fa-sort"></i>
Expand Down

0 comments on commit 748004f

Please sign in to comment.