From 113857a1a091add62c5479bece88d3c243a97098 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 26 Jun 2018 17:20:54 +0200 Subject: deploy bundle --- app/client/common/currentTask.component.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/client/common/currentTask.component.js') diff --git a/app/client/common/currentTask.component.js b/app/client/common/currentTask.component.js index 7960e5c..9bb9c0d 100644 --- a/app/client/common/currentTask.component.js +++ b/app/client/common/currentTask.component.js @@ -23,7 +23,13 @@ function CurrentTask ({ cpu, gpu, processor }) { const { activity, epoch, epochs, dataset, module } = task return (
- #{pid}: {module} {activity} {dataset} {epochs} epoch{util.courtesy_s(epochs)} (currently #{epoch}) + #{pid}: {module} {activity} {dataset} + {epochs + ? {epochs} epoch{util.courtesy_s(epochs)} + : ""} + {epoch + ? (currently #{epoch}) + : ""}

{last_message}
-- cgit v1.2.3-70-g09d2