mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
feat(k8s): add full name on hovering over the image name
This commit is contained in:
parent
c339afb562
commit
872a8262f1
5 changed files with 5 additions and 5 deletions
|
@ -116,7 +116,7 @@
|
|||
>
|
||||
<td ng-if="!$ctrl.isPod">{{ item.PodName }}</td>
|
||||
<td>{{ item.Name }}</td>
|
||||
<td>{{ item.Image | truncate: 64 }}</td>
|
||||
<td title="{{ item.Image }}">{{ item.Image | truncate: 64 }}</td>
|
||||
<td>{{ item.ImagePullPolicy }}</td>
|
||||
<td
|
||||
><span class="label label-{{ item.Status | kubernetesPodStatusColor }}">{{ item.Status }}</span></td
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue