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:
parent
12d5cfe8e4
commit
7c2047cfbf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue