1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(container-details): update port mapping order (#1878)

Switching container port mapping around to match docker, correcting issue #1871
This commit is contained in:
Andrew Pearson 2018-05-09 03:26:47 -05:00 committed by Anthony Lapenna
parent 3b14e6b6b9
commit 1c06bfd911

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>