From 664cddd4fa519c2e8a9233a36c0fd020f7142cd6 Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Fri, 6 May 2016 14:06:56 +0200 Subject: Add status to image --- client/partials/image/image.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/partials/image/image.html') diff --git a/client/partials/image/image.html b/client/partials/image/image.html index 9c17c2f..a789ae8 100644 --- a/client/partials/image/image.html +++ b/client/partials/image/image.html @@ -8,7 +8,7 @@
- +

@@ -16,6 +16,7 @@ Name + Status Size Action @@ -23,6 +24,9 @@ {{ image.name}} + {{ image.status}} + {{ image.status}} + {{ (image.size / 1048576).toFixed(2)}} MB -- cgit v1.2.3