1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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

This commit is contained in:
Anthony Lapenna 2017-01-09 21:50:19 +13:00 committed by GitHub
parent 35d5d75966
commit 2bdc9322de

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>