frontend js enums generation, started service/create
This commit is contained in:
12
resources/js/enums/ServiceStatus.js
Normal file
12
resources/js/enums/ServiceStatus.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"NOT_INSTALLED": "not-installed",
|
||||
"INSTALLING": "installing",
|
||||
"RUNNING": "running",
|
||||
"STOPPED": "stopped",
|
||||
"ERROR": "error",
|
||||
"UNKNOWN": "unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user