Begin refactoring Tasks to be apart of the Scheduler system

This commit is contained in:
Dane Everitt
2017-09-12 23:45:19 -05:00
parent 07965d0ce7
commit 2ac90b50f2
28 changed files with 902 additions and 468 deletions

View File

@@ -213,7 +213,7 @@
@parent
{!! Theme::js('js/frontend/server.socket.js') !!}
{!! Theme::js('vendor/select2/select2.full.min.js') !!}
{!! Theme::js('js/frontend/tasks.js') !!}
{!! Theme::js('js/frontend/tasks/view-actions.js') !!}
<script>
$(document).ready(function () {
$.each(Pterodactyl.chained, function (index, value) {