@extends('admin.layouts') @section('css') @endsection @section('content')

节点列表

@canany(['admin.node.geo', 'admin.node.create'])
@can('admin.node.geo') @endcan @can('admin.node.create') 添加节点 @endcan
@endcan
{{--
--}} {{-- --}} {{--
--}}
@foreach($nodeList as $node) @endforeach
ID 类型 名称 IP 域名 sni {{trans('common.status')}} 在线 中转IP 中转端口 设置地区 备注 扩展 {{trans('common.action')}}
{{$node->id}} {{$node->type_label}} {{$node->name}} {{$node->is_ddns ? 'DDNS' : $node->ip}} {{$node->server}} {{$node->v2_sni}} @if(!$node->isOnline) @elseif (!$node->status) @endif {{$node->status? $node->load : '维护'}} {{$node->online_users}} {{$node->relay_server}} {{$node->relay_port}} {{$node->country_code}} {{$node->description}} @if($node->compatible) @endif @if($node->single) @endif @if($node->is_relay) 中转 @endif @if(!$node->is_subscribe) @endif @canany(['admin.node.edit', 'admin.node.destroy', 'admin.node.monitor', 'admin.node.geo', 'admin.node.ping', 'admin.node.check', 'admin.node.reload'])
@endcan
@endsection @section('javascript') @endsection