{{-- 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') Packs → View → {{ $pack->name }} @endsection @section('content-header')

{{ $pack->name }}{{ str_limit($pack->description, 60) }}

@endsection @section('content')

Pack Details

A short but descriptive name of what this pack is. For example, Counter Strike: Source if it is a Counter Strike package.

The version of this package, or the version of the files contained within the package.

If you would like to modify the stored pack you will need to upload a new archive.tar.gz to the location defined above.

Pack Configuration

The option that this pack is assocaited with. Only servers that are assigned this option will be able to access this pack. This assigned option cannot be changed if servers are attached to this pack.

selectable ?: 'checked' }}/>

Check this box if user should be able to select this pack to install on their servers.

visible ?: 'checked' }}/>

Check this box if this pack is visible in the dropdown menu. If this pack is assigned to a server it will be visible regardless of this setting.

locked ?: 'checked' }}/>

Check this box if servers assigned this pack should not be able to switch to a different pack.

Servers Using This Pack

@foreach($pack->servers as $server) @endforeach
ID Server Name Node Owner
{{ $server->uuidShort }} {{ $server->name }} {{ $server->node->name }} {{ $server->user->email }}
{!! csrf_field() !!}
{!! csrf_field() !!}
@endsection @section('footer-scripts') @parent @endsection