mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Show a spinner on the console when loading the contents initially
This commit is contained in:
6
resources/assets/scripts/helpers/statuses.js
Normal file
6
resources/assets/scripts/helpers/statuses.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
STATUS_OFF: 0,
|
||||
STATUS_ON: 1,
|
||||
STATUS_STARTING: 2,
|
||||
STATUS_STOPPING: 3,
|
||||
};
|
||||
Reference in New Issue
Block a user