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 +++++- client/partials/image/upload.html | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'client/partials/image') 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 diff --git a/client/partials/image/upload.html b/client/partials/image/upload.html index 641646b..b3e8767 100644 --- a/client/partials/image/upload.html +++ b/client/partials/image/upload.html @@ -11,7 +11,6 @@