Show a spinner on the console when loading the contents initially
This commit is contained in:
parent
71d2a648ca
commit
034e759298
3 changed files with 41 additions and 7 deletions
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,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue