mirror of https://github.com/portainer/portainer
feat(container-details): update port mapping order (#1878)
Switching container port mapping around to match docker, correcting issue #1871pull/1884/head
parent
3b14e6b6b9
commit
1c06bfd911
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue