mirror of https://github.com/portainer/portainer
feat(k8s/volumes): Enhance the used by column for volumes (#4191)
* feat(volumes): Enhance the used by column for volumes * feat(k8s/volumes): minor UI update Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>pull/4195/head
parent
a1e3ed7f78
commit
6d069cc8d6
|
@ -145,6 +145,7 @@
|
|||
ui-sref="kubernetes.applications.application({ name: item.Applications[0].Name, namespace: item.ResourcePool.Namespace.Name })"
|
||||
>{{ item.Applications[0].Name }}</a
|
||||
>
|
||||
<span ng-if="item.Applications.length > 1"> + {{ item.Applications.length - 1 }}</span>
|
||||
<span ng-if="!item.Applications.length">-</span>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue