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:
parent
fb21bf9282
commit
9f54ff236a
4 changed files with 97 additions and 6 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue