From 984552bc69e32d9a659b8c9ea3086d5576ecbeae Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 28 Oct 2023 19:31:08 +0200 Subject: [PATCH] Routing for TaskLink and ManageTaskgroup Btn --- .../app/dashboard/task-overview/task-overview.component.css | 5 +++++ .../app/dashboard/task-overview/task-overview.component.html | 2 +- .../taskgroup-overview/taskgroup-overview.component.html | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/dashboard/task-overview/task-overview.component.css b/frontend/src/app/dashboard/task-overview/task-overview.component.css index 178ad85..8c786e8 100644 --- a/frontend/src/app/dashboard/task-overview/task-overview.component.css +++ b/frontend/src/app/dashboard/task-overview/task-overview.component.css @@ -26,3 +26,8 @@ color: white; border-radius: 0; } + +.task-link { + text-decoration: none; + color: black; +} diff --git a/frontend/src/app/dashboard/task-overview/task-overview.component.html b/frontend/src/app/dashboard/task-overview/task-overview.component.html index e7c4325..8ed063e 100644 --- a/frontend/src/app/dashboard/task-overview/task-overview.component.html +++ b/frontend/src/app/dashboard/task-overview/task-overview.component.html @@ -1,7 +1,7 @@ -

{{task.taskName}}

+

{{task.taskName}}

ETA: {{task.activeTime}} / {{task.eta}}

Limit: {{task.limit}}

diff --git a/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.html b/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.html index f37e1d0..945f17d 100644 --- a/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.html +++ b/frontend/src/app/dashboard/taskgroup-overview/taskgroup-overview.component.html @@ -1,5 +1,5 @@ - +