From 7325ed5fa226b648c22f5297f6d06747d7c6cf5a Mon Sep 17 00:00:00 2001 From: Water-Melon Date: Fri, 17 Nov 2023 10:15:04 +0000 Subject: [PATCH] feat(web): add detailed information display for processes in the task --- web/index.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 74170cd..7975f21 100644 --- a/web/index.html +++ b/web/index.html @@ -140,15 +140,67 @@

Start a new task

color: red; display: none; } + .details-row { + display: none; + }