{{-- 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.admin') @section('title') {{ $node->name }} @endsection @section('content-header')

{{ $node->name }}A quick overview of your node.

@endsection @section('content')

Information

Daemon Version (Latest: {{ $version->getDaemon() }})
System Information
Total CPU Cores
@if ($node->description)
Description
{{ $node->description }}
@endif

Delete Node

Deleting a node is a irreversable action and will immediately remove this node from the panel. There must be no servers associated with this node in order to continue.

At-a-Glance

Disk Space Allocated {{ $stats['disk']['value'] }} / {{ $stats['disk']['max'] }} Mb
Memory Allocated {{ $stats['memory']['value'] }} / {{ $stats['memory']['max'] }} Mb
Total Servers {{ $node->servers_count }}
@endsection @section('footer-scripts') @parent @endsection