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 @@ - +