mirror of https://github.com/portainer/portainer
style(containers): update header text for published ports (#483)
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…
Reference in New Issue