Test run editor UI

This commit is contained in:
Takeshi Kimata
2024-04-24 22:42:22 +09:00
parent 7c2e4b0d0e
commit 71e83b1d08
2 changed files with 18 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
const priorities = [
{ name: "Critical", uid: "critical", color: "danger" },
{ name: "High", uid: "high", color: "warning" },
{ name: "Medium", uid: "medium", color: "secondary" },
{ name: "Low", uid: "low", color: "success" },
{ name: "Critical", uid: "critical", color: "#d00002" },
{ name: "High", uid: "high", color: "#ee6b4e" },
{ name: "Medium", uid: "medium", color: "#fccb69" },
{ name: "Low", uid: "low", color: "#0b62e8" },
];
const testTypes = [