Add back manage and delete tabs to server view

Will come back to deal with Startup and Database tabs at a later date.
This commit is contained in:
Dane Everitt 2017-02-25 14:14:07 -05:00
parent fb21bf9282
commit 9f54ff236a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 97 additions and 6 deletions

View file

@ -193,6 +193,7 @@
{!! Theme::js('js/vendor/socketio/socket.io.min.js') !!}
{!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js') !!}
{!! Theme::js('vendor/select2/select2.full.min.js') !!}
{!! Theme::js('js/admin/functions.js') !!}
@show
</body>
</html>