Implement Keystone environment deployments
This commit is contained in:
10
resources/js/enums/OperationStatus.js
Normal file
10
resources/js/enums/OperationStatus.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// This is a generated file.
|
||||
|
||||
export default {
|
||||
"PENDING": "pending",
|
||||
"IN_PROGRESS": "in-progress",
|
||||
"COMPLETED": "completed",
|
||||
"CANCELLED": "canceled",
|
||||
"FAILED": "failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user