feat(container-details): add the image name to the container details in addition to the sha (#1369) (#2121)

pull/2130/head
Kendrick 6 years ago committed by Anthony Lapenna
parent 892276b105
commit 0ae10c6f82

@ -187,7 +187,7 @@
<tbody>
<tr>
<td>Image</td>
<td><a ui-sref="docker.images.image({ id: container.Image, nodeName: nodeName })">{{ container.Image }}</a></td>
<td><a ui-sref="docker.images.image({ id: container.Image, nodeName: nodeName })">{{ container.Config.Image}}@{{container.Image}}</a></td>
</tr>
<tr ng-if="portBindings.length > 0">
<td>Port configuration</td>

Loading…
Cancel
Save