@extends('layouts.app') @section('title', 'GCB 政府組態基準') @push('head') @endpush @section('content')
上傳至檢測案例檢視結果
| 主機名稱 | GCB 類型 | 排除項目 | 說明 / IP | 建立者 | 操作 |
|---|---|---|---|---|---|
| {{ $pf->name }} | {{ $pf->type === 'ubuntu' ? 'Ubuntu' : 'Apache' }} | {{ $pf->exclusions->count() }} 項排除 | {{ Str::limit($pf->description, 40) }} | {{ $pf->creator->name ?? '-' }} | 排除設定 |
| 報告類型 | 受檢主機 | 主機名稱 | 檢測時間 | 合規率 | 通過 | 不通過 | 操作 |
|---|---|---|---|---|---|---|---|
| {{ $rpt->type === 'ubuntu' ? 'Ubuntu' : 'Apache' }} | {{ $rpt->hostname }} | {{ $rpt->scan_time?->format('Y-m-d H:i') }} |
{{ $rate }}%
|
{{ $s['pass'] ?? 0 }} | {{ $s['fail'] ?? 0 }} | 檢視 |