mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-22 15:34:46 +02:00
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
export default {
|
|
STATUS_OFF: 'offline',
|
|
STATUS_ON: 'running',
|
|
STATUS_STARTING: 'starting',
|
|
STATUS_STOPPING: 'stopping',
|
|
};
|