@extends('layouts.admin') @section('title') {{ $node->name }}: Alocações @endsection @section('content-header')

{{ $node->name }}Alocações de controle disponíveis para servidores neste node.

@endsection @section('content')

Alocações existentes

@foreach($node->allocations as $allocation) @endforeach
Endereço IP IP Alias Porta Atribuído a
@if(is_null($allocation->server_id)) @else @endif {{ $allocation->ip }} {{ $allocation->port }} @if(! is_null($allocation->server)) {{ $allocation->server->name }} @endif @if(is_null($allocation->server_id)) @endif
@if($node->allocations->hasPages()) @endif

Atribuir novas alocações

Insira um endereço IP para atribuir portas aqui.

Se você quiser atribuir um alias padrão a essas alocações, insira-o aqui.

Insira portas individuais ou intervalos de portas aqui separados por vírgulas ou espaços.

@endsection @section('footer-scripts') @parent @endsection