1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

fix(team-details): fix an issue when sorting columns (#1106)

This commit is contained in:
Anthony Lapenna 2017-08-10 15:25:53 +02:00 committed by GitHub
parent d27528a771
commit 3d5f9a76e4
2 changed files with 4 additions and 4 deletions

View file

@ -95,7 +95,7 @@
<input type="checkbox" ng-model="allSelected" ng-change="selectItems(allSelected)" />
</th>
<th>
<a ui-sref="users" ng-click="order('Name')">
<a ng-click="order('Name')">
Name
<span ng-show="sortType == 'Name' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
<span ng-show="sortType == 'Name' && sortReverse" class="glyphicon glyphicon-chevron-up"></span>