mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Implement basic support for connecting to wings console via websocket rather than socketio
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
STATUS_OFF: 0,
|
||||
STATUS_ON: 1,
|
||||
STATUS_STARTING: 2,
|
||||
STATUS_STOPPING: 3,
|
||||
STATUS_OFF: 'offline',
|
||||
STATUS_ON: 'running',
|
||||
STATUS_STARTING: 'starting',
|
||||
STATUS_STOPPING: 'stopping',
|
||||
};
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user