lvlup-pro / spawn-frontend-material

Customer panel frontend for https://api.lvlup.pro
MIT License
7 stars 7 forks source link

Invalid VPS status on services page #95

Closed Libter closed 7 years ago

Libter commented 7 years ago

Services.vue: image

VPS.vue: image

store.state.services.items[n]: image

store.state.vps: image

SystemZ commented 7 years ago

running shoud not be there in the first place store.state.services.items[n] Now it's removed from backend. Current realtime status is provided only via GET /v3/vps/:id.

Instead of running in vps list, let's just use active for telling user if server is payed.