frontend js enums generation, started service/create
This commit is contained in:
11
resources/js/enums/DeploymentStatus.js
Normal file
11
resources/js/enums/DeploymentStatus.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"PENDING": "pending",
|
||||
"IN_PROGRESS": "in-progress",
|
||||
"COMPLETED": "completed",
|
||||
"CANCELLED": "canceled",
|
||||
"FAILED": "failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user