Review new drift findings between the last two inventory sync runs for the current scope.
@if (filled($scopeKey))
Scope: {{ $scopeKey }} @if ($baselineRunId && $currentRunId) · Baseline @if ($this->getBaselineRunUrl()) #{{ $baselineRunId }} @else #{{ $baselineRunId }} @endif @if (filled($baselineFinishedAt)) ({{ $baselineFinishedAt }}) @endif · Current @if ($this->getCurrentRunUrl()) #{{ $currentRunId }} @else #{{ $currentRunId }} @endif @if (filled($currentFinishedAt)) ({{ $currentFinishedAt }}) @endif @endif
@endif @if ($state === 'blocked') Blocked @if (filled($message))
{{ $message }}
@endif @elseif ($state === 'generating') Generating
Drift generation has been queued. Refresh this page once it finishes.
@if ($this->getOperationRunUrl()) @endif @elseif ($state === 'error') Error @if (filled($message))
{{ $message }}
@endif @if ($this->getOperationRunUrl()) @endif @elseif ($state === 'ready')
New: {{ (int) ($statusCounts['new'] ?? 0) }}
@if (filled($message))
{{ $message }}
@endif @else Ready @endif
Findings