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

pull/150/head
Anthony Lapenna 2016-08-18 16:55:19 +12:00 committed by GitHub
parent 12d5cfe8e4
commit 7c2047cfbf
1 changed files with 1 additions and 1 deletions

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>