mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
feat(aci): show container ip (#4034)
This commit is contained in:
parent
8b79f2524d
commit
b09b1b1691
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
<td>{{ item.Location }}</td>
|
<td>{{ item.Location }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a ng-if="item.Ports.length > 0" ng-repeat="p in item.Ports" class="image-tag" ng-href="http://{{ item.IPAddress }}:{{ p.port }}" target="_blank">
|
<a ng-if="item.Ports.length > 0" ng-repeat="p in item.Ports" class="image-tag" ng-href="http://{{ item.IPAddress }}:{{ p.port }}" target="_blank">
|
||||||
<i class="fa fa-external-link-alt" aria-hidden="true"></i> :{{ p.port }}
|
<i class="fa fa-external-link-alt" aria-hidden="true"></i> {{ item.IPAddress }}:{{ p.port }}
|
||||||
</a>
|
</a>
|
||||||
<span ng-if="item.Ports.length == 0">-</span>
|
<span ng-if="item.Ports.length == 0">-</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue