{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.master') @section('title') {{ trans('server.index.title', [ 'name' => $server->name]) }} @endsection @section('scripts') @parent {!! Theme::css('css/terminal.css') !!} @endsection @section('content-header')

@lang('server.index.header')@lang('server.index.header_sub')

@endsection @section('content')
container:~/$

Memory Usage

CPU Usage

@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/ansi/ansi_up.js') !!} {!! Theme::js('js/frontend/server.socket.js') !!} {!! Theme::js('vendor/mousewheel/jquery.mousewheel-min.js') !!} {!! Theme::js('js/frontend/console.js') !!} {!! Theme::js('vendor/chartjs/chart.min.js') !!} {!! Theme::js('vendor/jquery/date-format.min.js') !!} @if($server->nest->name === 'Minecraft' && $server->nest->author === 'support@pterodactyl.io') {!! Theme::js('js/plugins/minecraft/eula.js') !!} @endif @endsection