Show a spinner on the console when loading the contents initially

This commit is contained in:
Dane Everitt 2018-07-21 22:37:41 -07:00
parent 71d2a648ca
commit 034e759298
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 41 additions and 7 deletions

View file

@ -0,0 +1,6 @@
export default {
STATUS_OFF: 0,
STATUS_ON: 1,
STATUS_STARTING: 2,
STATUS_STOPPING: 3,
};