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

pull/495/head
Anthony Lapenna 2017-01-09 21:50:19 +13:00 committed by GitHub
parent 35d5d75966
commit 2bdc9322de
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
</th>
<th>
<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-up"></span>
</a>