{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} {{ Settings::get('company', 'Pterodactyl') }} - Console → {{ $server->name }} @include('layouts.scripts') {!! Theme::css('vendor/bootstrap/bootstrap.min.css') !!} {!! Theme::css('css/terminal.css') !!}
container:~/$
{!! Theme::js('js/laroute.js') !!} {!! Theme::js('vendor/ansi/ansi_up.js') !!} {!! Theme::js('vendor/jquery/jquery.min.js') !!} {!! Theme::js('vendor/socketio/socket.io.v203.min.js') !!} {!! Theme::js('vendor/bootstrap-notify/bootstrap-notify.min.js') !!} {!! Theme::js('js/frontend/server.socket.js') !!} {!! Theme::js('vendor/mousewheel/jquery.mousewheel-min.js') !!} {!! Theme::js('js/frontend/console.js') !!}