mirror of https://github.com/portainer/portainer
fix(containers): fix the ability to sort containers by status (#241)
parent
6a0f76890e
commit
d6ab97ad25
|
@ -41,8 +41,8 @@
|
||||||
<th>
|
<th>
|
||||||
<a ui-sref="containers" ng-click="order('Status')">
|
<a ui-sref="containers" ng-click="order('Status')">
|
||||||
State
|
State
|
||||||
<span ng-show="sortType == 'State' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
|
<span ng-show="sortType == 'Status' && !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-up"></span>
|
||||||
</a>
|
</a>
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
|
|
Loading…
Reference in New Issue