@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 Threads
@if ($node->description)
Description
{{ $node->description }}
@endif

Delete Node

Deleting a node is a irreversible 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

@if($node->maintenance_mode)
This node is under Maintenance
@endif
Disk Space Allocated {{ $stats['disk']['value'] }} / {{ $stats['disk']['max'] }} MiB
Memory Allocated {{ $stats['memory']['value'] }} / {{ $stats['memory']['max'] }} MiB
Total Servers {{ $node->servers_count }}
@endsection @section('footer-scripts') @parent @endsection