1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-28 04:42:29 +01:00
Pterodactyl-Panel/resources/views/admin
Dane Everitt 6fd7c78f0c
Add server deletion to a queue.
This action allows servers to be deleted, but only be soft-deleted for
10 minutes. After that time period the server will be completely
removed from the database and daemon. This allows some safety if a
server is accidentally deleted.

Force deleting a server will still work. If the daemon is in-accessible
the server will fail to be deleted. When server is soft-deleted admins
can still view its information page in the admin CP, however the server
will be suspended and inaccessible on the front-end or though the
daemon.

Admins can manually delete the server ahead of the delete timer, or if
it failed to delete previously they can do an immediate retry.
2016-10-27 20:05:29 -04:00
..
databases More complete implementation of database management in panel. 2016-02-14 21:43:20 -05:00
locations Update theme support 2016-02-05 23:27:43 -05:00
nodes Fix errors on node graphs 2016-10-21 17:37:47 -04:00
servers Add server deletion to a queue. 2016-10-27 20:05:29 -04:00
services Fix display 2016-09-17 17:00:44 -04:00
users Modernize user pages a bit 2016-10-21 15:50:10 -04:00
index.blade.php Update theme support 2016-02-05 23:27:43 -05:00
settings.blade.php Update theme support 2016-02-05 23:27:43 -05:00