From 6d069cc8d65cea5d555c371b7b24d05b4dd56d49 Mon Sep 17 00:00:00 2001 From: Maxime Bajeux Date: Tue, 11 Aug 2020 02:22:13 +0200 Subject: [PATCH] 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 --- .../datatables/volumes-datatable/volumesDatatable.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/kubernetes/components/datatables/volumes-datatable/volumesDatatable.html b/app/kubernetes/components/datatables/volumes-datatable/volumesDatatable.html index e37c7b9e6..fd9c7c403 100644 --- a/app/kubernetes/components/datatables/volumes-datatable/volumesDatatable.html +++ b/app/kubernetes/components/datatables/volumes-datatable/volumesDatatable.html @@ -145,6 +145,7 @@ ui-sref="kubernetes.applications.application({ name: item.Applications[0].Name, namespace: item.ResourcePool.Namespace.Name })" >{{ item.Applications[0].Name }} + + {{ item.Applications.length - 1 }} -