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:
parent
35d5d75966
commit
2bdc9322de
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue