Revert "Changed: Show automatic port bindings when PublishAllPorts is set."

This reverts commit bfe9038630.
pull/2/head
Erwin Molendijk 2016-03-21 10:36:34 +01:00
parent bfe9038630
commit e21af77246
1 changed files with 1 additions and 11 deletions

View File

@ -133,17 +133,7 @@
<tr>
<td>Publish All:</td>
<td>
<div>{{ container.HostConfig.PublishAllPorts }}</div>
<div ng-show="container.HostConfig.PublishAllPorts">
<ul>
<li ng-repeat="(containerport, hostports) in container.NetworkSettings.Ports">
{{ containerport }} =>
<span class="label label-default" style="margin-right: 5px;" ng-repeat="(k,v) in hostports">{{ v.HostIp }}:{{ v.HostPort }}</span>
</li>
</ul>
</div>
</td>
<td>{{ container.HostConfig.PublishAllPorts }}</td>
</tr>
<tr>
<td>Ports:</td>