mirror of https://github.com/portainer/portainer
feat(containers): rename the column header Host to Host IP (#145)
parent
12d5cfe8e4
commit
7c2047cfbf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue