style(containers): update header text for published ports (#483)

pull/495/head
Anthony Lapenna 8 years ago committed by GitHub
parent 35d5d75966
commit 2bdc9322de

@ -77,7 +77,7 @@
</th> </th>
<th> <th>
<a ui-sref="containers" ng-click="order('Ports')"> <a ui-sref="containers" ng-click="order('Ports')">
Exposed Ports Published Ports
<span ng-show="sortType == 'Ports' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span> <span ng-show="sortType == 'Ports' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
<span ng-show="sortType == 'Ports' && sortReverse" class="glyphicon glyphicon-chevron-up"></span> <span ng-show="sortType == 'Ports' && sortReverse" class="glyphicon glyphicon-chevron-up"></span>
</a> </a>

Loading…
Cancel
Save