Display information of project on home tab

This commit is contained in:
Takeshi Kimata
2024-05-06 23:02:07 +09:00
parent 47457e45f4
commit de2f915c30
7 changed files with 86 additions and 41 deletions

View File

@@ -37,7 +37,14 @@
"test_cases": "Test Cases",
"test_runs": "Test Runs",
"progress": "Progress",
"test_types": "Test types",
"untested": "Untested",
"passed": "Passed",
"failed": "Failed",
"retest": "Retest",
"skipped": "Skipped",
"test_classification": "Test Classification",
"by_type": "By test type",
"by_priority": "By test priority",
"other": "Other",
"security": "Security",
"performance": "Performance",
@@ -51,7 +58,6 @@
"regression": "Regression",
"automated": "Automated",
"manual": "Manual",
"priority": "Priority",
"critical": "Critical",
"high": "High",
"medium": "Medium",