diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html
index ad80d25..e824be9 100644
--- a/src/app/sprint-table/sprint-table.component.html
+++ b/src/app/sprint-table/sprint-table.component.html
@@ -11,29 +11,29 @@
ID
- ▲
- ▼
+
+
|
Titel
- ▲
- ▼
+
+
|
Start
- ▲
- ▼
+
+
|
End
- ▲
- ▼
+
+
|
|
@@ -47,8 +47,12 @@
{{sprint.startDate | date:'dd.MM.yyyy'}} |
{{sprint.endDate | date:'dd.MM.yyyy'}} |
-
-
+
+
|
diff --git a/src/app/task-table/task-table.component.html b/src/app/task-table/task-table.component.html
index e0b4ae5..68019f9 100644
--- a/src/app/task-table/task-table.component.html
+++ b/src/app/task-table/task-table.component.html
@@ -20,56 +20,61 @@
ID
- ▲
- ▼
+
+
|
Titel
- ▲
- ▼
+
+
|
Userstory
- ▲
- ▼
+
+
|
Status
- ▲
- ▼
+
+
|
-
-
-
-
- All
- {{p}}
+
+
+
+ Priotität
+
+
+
+
+
+
+
+
+
+
+
-
- ▲
- ▼
-
|
Assigned To
- ▲
- ▼
+
+
|
Category
- ▲
- ▼
+
+
|
|
diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html
index 502aa3f..d06db1c 100644
--- a/src/app/userstory-table/userstory-table.component.html
+++ b/src/app/userstory-table/userstory-table.component.html
@@ -11,29 +11,29 @@
ID
- ▲
- ▼
+
+
|
Titel
- ▲
- ▼
+
+
|
Tasks
- ▲
- ▼
+
+
|
Status
- ▲
- ▼
+
+
|
@@ -45,15 +45,15 @@
- ▲
- ▼
+
+
|
Category
- ▲
- ▼
+
+
|
|
@@ -81,8 +81,12 @@
-
-
+
+
|
|