Merge master into 'dist'.

This commit is contained in:
Kevan Ahlquist
2016-01-18 23:41:44 -06:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -106,7 +106,7 @@
<td>Ports:</td>
<td>
<ul style="display:inline-table">
<li ng-repeat="(containerport, hostports) in container.HostConfig.PortBindings">
<li ng-repeat="(containerport, hostports) in container.NetworkSettings.Ports">
{{ containerport }} => <span class="label label-default" ng-repeat="(k,v) in hostports">{{ v.HostIp }}:{{ v.HostPort }}</span>
</li>
</ul>
+2 -2
View File
File diff suppressed because one or more lines are too long