diff --git a/src/app/sprint-table/sprint-table.component.css b/src/app/sprint-table/sprint-table.component.css index 5b74f7f..70c4c49 100644 --- a/src/app/sprint-table/sprint-table.component.css +++ b/src/app/sprint-table/sprint-table.component.css @@ -1,8 +1,3 @@ -table { - table-layout: fixed; - } - - th.sortable:hover { +th.sortable:hover { text-decoration: underline; - } - \ No newline at end of file +} \ No newline at end of file diff --git a/src/app/sprint-table/sprint-table.component.html b/src/app/sprint-table/sprint-table.component.html index e824be9..894bcb9 100644 --- a/src/app/sprint-table/sprint-table.component.html +++ b/src/app/sprint-table/sprint-table.component.html @@ -1,40 +1,44 @@ -
ID - - - - + + + + + | Titel - - - - + + + + + | Start - - - - + + + + + | -+ | End - - - - + + + + + |
---|
ID - - - + + + + | Titel - - - + + + + | Userstory - - - + + + + | Status - - - + + + + |
+ Priorität:
- Priotität
+ {{filterPriority || "All"}}
-
-
-
+
+
-
-
-
-
-
-
+
+
+
+
+
|
Assigned To - - - + + + + | Category - - - + + + + | diff --git a/src/app/userstory-table/userstory-table.component.css b/src/app/userstory-table/userstory-table.component.css index a7c065c..70f7a6e 100644 --- a/src/app/userstory-table/userstory-table.component.css +++ b/src/app/userstory-table/userstory-table.component.css @@ -1,7 +1,3 @@ -table { - table-layout: fixed; -} - th.sortable:hover { text-decoration: underline; } diff --git a/src/app/userstory-table/userstory-table.component.html b/src/app/userstory-table/userstory-table.component.html index d06db1c..90e0ce0 100644 --- a/src/app/userstory-table/userstory-table.component.html +++ b/src/app/userstory-table/userstory-table.component.html @@ -1,8 +1,8 @@ - |
---|
ID - - - - + + + + + | Titel - - - - + + + + + | Tasks - - - - + + + + + | Status - - - - + + + + + | -- Priorität - - - - - + |
+
+
+ Priorität:
+
+
+ {{filterPriority || "All"}}
+
+
+
+
+
+
+
+
+
+
+ |
Category - - - - + + + + + |
---|