misc_pterodactyl-panel/resources/assets/scripts/helpers/statuses.ts

7 lines
139 B
TypeScript
Raw Normal View History

export default {
STATUS_OFF: 'offline',
STATUS_ON: 'running',
STATUS_STARTING: 'starting',
STATUS_STOPPING: 'stopping',
};