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

节点授权列表WEBAPI

@foreach ($list as $vo) @endforeach
# 节点ID 节点类型 节点名称 节点域名 IPv4 通信密钥节点用 反向通信密钥 操作
{{$vo->id}} {{$vo->node_id}} {{$vo->node->type_label}} {{$vo->node ? Str::limit($vo->node->name, 20) : '【节点已删除】'}} {{$vo->node ? $vo->node->server : '【节点已删除】'}} {{$vo->node ? $vo->node->ip : '【节点已删除】'}} {{$vo->key}} {{$vo->secret}}
@foreach($list as $vl) @endforeach @endsection @section('script') @endsection