@extends('layouts.admin') @section('title') {{ $node->name }}: Allocations @endsection @section('content-header')
IP Address | IP Alias | Port | Assigned To | ||
---|---|---|---|---|---|
@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 |