From 3c7a92d9732bec71c3b2f15a9351215cf03e1807 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 26 Dec 2018 08:17:53 +0000 Subject: [PATCH] Mobile improvements for task log item --- src/components/Environment/TaskLog/TaskLogItem.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Environment/TaskLog/TaskLogItem.vue b/src/components/Environment/TaskLog/TaskLogItem.vue index 057c318..e2a733f 100644 --- a/src/components/Environment/TaskLog/TaskLogItem.vue +++ b/src/components/Environment/TaskLog/TaskLogItem.vue @@ -21,28 +21,28 @@
-
-
+
+
Task ID
12345678
-
+
User
{{ task.user }}
-
+
Started
{{ task.times.started }}
-
+
Completed
{{ task.times.completed }}
-
+
Status
{{ status }}