From 6d5567710cb6b4c4d59ef746efcaa7b11dfd0c20 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan.lepage@inria.fr> Date: Fri, 19 Nov 2021 14:59:42 +0100 Subject: [PATCH] [front] better default for 'Last update' field --- public/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index afc1ed5..39459b2 100644 --- a/public/index.html +++ b/public/index.html @@ -24,8 +24,9 @@ <h1 id="page-title">RobotLearn Cluster Monitor</h1> </div> <div class="container centered"> - <p id="last-updated"><span style="color:var(--orange-moche)">Last update:</span> - 12/31 23:59:59</p> + <p id="last-updated"> + <span style="color:var(--orange-moche)">Last update:</span> 23:59:59 + </p> </div> </div> <!-- <div class="container" id="page-selection"> --> -- GitLab