frontend js enums generation, started service/create
This commit is contained in:
15
resources/js/enums/ServerStatus.js
Normal file
15
resources/js/enums/ServerStatus.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"WAITING_FOR_PROVIDER": "waiting-for-provider",
|
||||
"PROVIDER_TIMEOUT": "provider-timeout",
|
||||
"UNPROVISIONED": "unprovisioned",
|
||||
"PROVISIONING": "provisioning",
|
||||
"PROVISIONING_FAILED": "provisioning-failed",
|
||||
"UPDATING": "updating",
|
||||
"ACTIVE": "active",
|
||||
"DELETING": "deleting",
|
||||
"DELETED": "deleted"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user