Merge branch 'develop' of github.com:portainer/portainer into develop

pull/1884/head
Anthony Lapenna 2018-05-09 16:12:02 +02:00
commit 74c92c4da8
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
<td>Port configuration</td>
<td>
<div ng-repeat="portMapping in portBindings">
{{ portMapping.container }} <i class="fa fa-long-arrow-alt-right"></i> {{ portMapping.host }}
{{ portMapping.host }} <i class="fa fa-long-arrow-alt-right"></i> {{ portMapping.container }}
</div>
</td>
</tr>