mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Revert "Changed: Show automatic port bindings when PublishAllPorts is set."
This reverts commit bfe9038630
.
This commit is contained in:
parent
bfe9038630
commit
e21af77246
1 changed files with 1 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue