@extends('layouts.app') @section('title', '防火牆申請紀錄') @section('content')
| # | IP | 目標伺服器 | Port | 申請原因 | 狀態 | 審核備注 | 申請時間 |
|---|---|---|---|---|---|---|---|
| {{ $r->id }} | {{ $r->ip_address }} |
{{ $r->target_server }} | @foreach($r->ports as $p) {{ $p }} @endforeach | {{ $r->reason }} |
{{ $r->statusLabel() }}
@if($r->ufw_applied_at)
UFW 套用:{{ $r->ufw_applied_at->format('m/d H:i') }}
@endif
|
{{ $r->reviewer_note ?: '—' }} | {{ $r->created_at->format('Y/m/d H:i') }} |
| 尚無申請紀錄 | |||||||