dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't delete sites via frontend editor

dshoreman opened this issue · comments

Deletion works via the API, but there's no button for it in the frontend.

Add a new Delete button that triggers a DELETE /api/sites/{site.id} request through axios, and make sure VueX removes the affected site from the main state.sites array when complete.