-
Product
-
All
- {{range .Products}}
-
{{.}}
- {{end}}
+
+
+
{{end}}
{{if .Reporters}}
-
-
Reporter
-
All
- {{range .Reporters}}
-
{{.}}
- {{end}}
+
+
+
{{end}}
diff --git a/web/templates/pages/tickets/list.html b/web/templates/pages/tickets/list.html
index a6fcba8..51a312c 100644
--- a/web/templates/pages/tickets/list.html
+++ b/web/templates/pages/tickets/list.html
@@ -9,28 +9,34 @@
{{with .Data}}
{{$filters := dict "status" .StatusFilter "priority" .PriorityFilter "product" .ProductFilter}}
{{$productFilter := .ProductFilter}}
-
-
-
Status
-
All
-
Open
-
In Progress
-
Closed
+
+
+
+
-
-
Priority
-
All
-
High
-
Medium
-
Low
+
+
+
{{if .Products}}
-
-
Product
-
All
- {{range .Products}}
-
{{.}}
- {{end}}
+
+
+
{{end}}