TenantAtlas/resources/views/filament/pages/inventory-coverage.blade.php
2026-03-08 19:32:04 +01:00

20 lines
824 B
PHP

<x-filament-panels::page>
<x-filament::section>
<div class="flex flex-col gap-3">
<div class="text-lg font-semibold text-gray-900 dark:text-gray-100">
Searchable support matrix
</div>
<div class="text-sm text-gray-600 dark:text-gray-300">
Search by policy type or label, sort the primary columns, and filter the runtime-derived coverage matrix without leaving the tenant inventory workspace.
</div>
<div class="text-sm text-gray-600 dark:text-gray-300">
Coverage rows combine supported policy types and foundations in a single read-only table so Segment and Dependencies stay easy to scan.
</div>
</div>
</x-filament::section>
{{ $this->table }}
</x-filament-panels::page>