Refine ops health widget layout
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-01 21:35:22 +01:00
parent 2fc8232d57
commit 8b4950c79d
9 changed files with 295 additions and 111 deletions

View File

@@ -1,9 +1,9 @@
@php
use Filament\Support\Icons\Heroicon;
@endphp
<x-filament-panels::page>
<div class="space-y-6">
<x-filament::section>
<p class="text-sm text-slate-600 dark:text-slate-300">
{{ __('admin.ops_health.help') }}
</p>
</x-filament::section>
</div>
<x-filament::section :icon="Heroicon::InformationCircle">
{{ __('admin.ops_health.help') }}
</x-filament::section>
</x-filament-panels::page>