mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-24 00:14:45 +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',
|
|
};
|