diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html
index e824be9..b0c66c3 100644
--- a/src/app/sprint-table/sprint-table.component.html
+++ b/src/app/sprint-table/sprint-table.component.html
@@ -10,31 +10,35 @@
ID
-
-
-
-
+
+
+
+
+
|
Titel
-
-
-
-
+
+
+
+
+
|
Start
-
-
-
-
+
+
+
+
+
|
-
+ |
End
-
-
-
-
+
+
+
+
+
|
|
diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html
index 68019f9..821a305 100644
--- a/src/app/task-table/task-table.component.html
+++ b/src/app/task-table/task-table.component.html
@@ -19,62 +19,67 @@
ID
-
-
-
+
+
+
+
|
Titel
-
-
-
+
+
+
+
|
Userstory
-
-
-
+
+
+
+
|
Status
-
-
-
+
+
+
+
|
+ Priorität:
- Priotität
+ {{filterPriority || "All"}}
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
|
Assigned To
-
-
-
+
+
+
+
|
Category
-
-
-
+
+
+
+
|
|
diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html
index d06db1c..0a0242a 100644
--- a/src/app/userstory-table/userstory-table.component.html
+++ b/src/app/userstory-table/userstory-table.component.html
@@ -10,51 +10,62 @@
ID
-
-
-
-
+
+
+
+
+
|
Titel
-
-
-
-
+
+
+
+
+
|
Tasks
-
-
-
-
+
+
+
+
+
|
Status
-
-
-
-
+
+
+
+
+
|
-
- Priorität
-
-
-
-
-
+ |
+
+
+ Priorität:
+
+ {{filterPriority || "All"}}
+
+
+
+
+
+
+
+
+
+
+
+
|
Category
-
-
-
-
+
+
+
+
+
|
|