@extends('layouts.app') @section('title', 'Scanprofile') @section('content')
| Profil | Engine | Intensität | Freigabe | Wartungsfenster | Laufzeit | Verwendungen | Status |
|---|---|---|---|---|---|---|---|
| {{ $profile->name }} {{ Str::limit($profile->description, 110) }} |
{{ $profile->engine->label() }} | {{ $profile->intensityLabel() }} | {{ $profile->requires_approval || $profile->isAggressive() ? 'erforderlich' : '–' }} | {{ $profile->requires_maintenance_window ? 'erforderlich' : '–' }} | {{ gmdate('H:i:s', $profile->maxRuntime()) }} | {{ $profile->scan_jobs_count }} | {{ $profile->is_active ? 'aktiv' : 'inaktiv' }} |