fix(containers): fix the ability to sort containers by status (#241)

pull/242/head
Anthony Lapenna 2016-10-01 16:45:06 +13:00 committed by GitHub
parent 6a0f76890e
commit d6ab97ad25
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
<th>
<a ui-sref="containers" ng-click="order('Status')">
State
<span ng-show="sortType == 'State' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
<span ng-show="sortType == 'State' && sortReverse" class="glyphicon glyphicon-chevron-up"></span>
<span ng-show="sortType == 'Status' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
<span ng-show="sortType == 'Status' && sortReverse" class="glyphicon glyphicon-chevron-up"></span>
</a>
</th>
<th>