feat(editor): Add workflows list status filter (#4690)

This commit is contained in:
Alex Grozav
2022-11-22 14:44:12 +02:00
committed by GitHub
parent eafef019d7
commit 5364e7fc92
2 changed files with 50 additions and 2 deletions

View File

@@ -1351,6 +1351,10 @@
"workflows.search.placeholder": "Search workflows...",
"workflows.filters": "Filters",
"workflows.filters.tags": "Tags",
"workflows.filters.status": "Status",
"workflows.filters.status.all": "All",
"workflows.filters.status.active": "Active",
"workflows.filters.status.deactivated": "Deactivated",
"workflows.filters.ownedBy": "Owned by",
"workflows.filters.sharedWith": "Shared with",
"workflows.filters.apply": "Apply filters",