From 272a040c91b4bc03e1a72fa79c576886d762f68d Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 13 Jul 2017 13:50:59 +0200 Subject: [PATCH] feat(volumes): add a label in front of dangling volumes (#1025) --- app/components/volumes/volumes.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/volumes/volumes.html b/app/components/volumes/volumes.html index d467c2c9b..cfbb11252 100644 --- a/app/components/volumes/volumes.html +++ b/app/components/volumes/volumes.html @@ -83,7 +83,10 @@ - {{ volume.Id|truncate:25 }} + + {{ volume.Id|truncate:25 }} + Dangling + {{ volume.Driver }} {{ volume.Mountpoint | truncatelr }}