1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 21:05:23 +02:00

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

This commit is contained in:
Anthony Lapenna 2018-05-09 16:12:02 +02:00
commit 74c92c4da8

View file

@ -190,7 +190,7 @@
<td>Port configuration</td> <td>Port configuration</td>
<td> <td>
<div ng-repeat="portMapping in portBindings"> <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> </div>
</td> </td>
</tr> </tr>