Files
jabali-panel/resources/views/filament/admin/pages/database-tuning.blade.php
2026-02-02 03:11:45 +02:00

15 lines
532 B
PHP

<x-filament-panels::page>
<x-filament::section icon="heroicon-o-exclamation-triangle" icon-color="warning">
<x-slot name="heading">{{ __('Runtime Changes') }}</x-slot>
<x-slot name="description">
{{ __('Changes apply immediately but may reset after a database restart. Persisting configuration will be added in a later step.') }}
</x-slot>
</x-filament::section>
<div class="mt-6">
{{ $this->table }}
</div>
<x-filament-actions::modals />
</x-filament-panels::page>