16 lines
552 B
PHP
16 lines
552 B
PHP
<x-filament::page>
|
|
<x-filament::section>
|
|
<div class="flex flex-col gap-3">
|
|
<div class="text-sm text-gray-600 dark:text-gray-300">
|
|
Review new drift findings between the last two inventory sync runs for the current scope.
|
|
</div>
|
|
|
|
<div class="flex flex-wrap gap-3">
|
|
<x-filament::button tag="a" :href="$this->getFindingsUrl()">
|
|
Findings
|
|
</x-filament::button>
|
|
</div>
|
|
</div>
|
|
</x-filament::section>
|
|
</x-filament::page>
|