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

feat(containers): rename the column header Host to Host IP (#145)

This commit is contained in:
Anthony Lapenna 2016-08-18 16:55:19 +12:00 committed by GitHub
parent 12d5cfe8e4
commit 7c2047cfbf

View file

@ -61,7 +61,7 @@
</th>
<th ng-if="swarm">
<a ui-sref="containers" ng-click="order('Host')">
Host
Host IP
<span ng-show="sortType == 'Host' && !sortReverse" class="glyphicon glyphicon-chevron-down"></span>
<span ng-show="sortType == 'Host' && sortReverse" class="glyphicon glyphicon-chevron-up"></span>
</a>