From d0b5aee1fbd50d58c418952cd649c6ed28260e23 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 23 Sep 2018 20:37:43 +0200 Subject: more tasklist stuff --- app/client/common/currentTask.component.js | 2 +- app/client/common/fileList.component.js | 2 +- app/client/common/taskList.component.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/client/common') diff --git a/app/client/common/currentTask.component.js b/app/client/common/currentTask.component.js index ef976bc..c053a13 100644 --- a/app/client/common/currentTask.component.js +++ b/app/client/common/currentTask.component.js @@ -31,7 +31,7 @@ function CurrentTask ({ cpu, gpu, processor }) { ? (currently #{epoch}) : ""}

-
{last_message}
+
{last_message}
) } diff --git a/app/client/common/fileList.component.js b/app/client/common/fileList.component.js index 8f79148..12f6865 100644 --- a/app/client/common/fileList.component.js +++ b/app/client/common/fileList.component.js @@ -119,7 +119,7 @@ export const FileRow = props => {
{epoch > 0 ? 'ep. ' + epoch : ''}
} {fields.has('date') && -
{moment(date).format("YYYY-MM-DD")}
+
{moment(date).format("YYYY-MM-DD")}
} {fields.has('datetime') &&
diff --git a/app/client/common/taskList.component.js b/app/client/common/taskList.component.js index 272ff80..a2f1df0 100644 --- a/app/client/common/taskList.component.js +++ b/app/client/common/taskList.component.js @@ -59,7 +59,7 @@ class TaskList extends Component {
{task.activity} {task.module}
{dataset_link}
-
{util.get_age(task.updated_at)}
+
{util.get_age(task.updated_at)}
this.handleDestroy(task)}>x
-- cgit v1.2.3-70-g09d2