mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-17 15:01:09 +02:00

Co-authored-by: Boy132 <Boy132@users.noreply.github.com> Co-authored-by: Lance Pioch <git@lance.sh> Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com>
11 lines
278 B
PHP
11 lines
278 B
PHP
<x-filament-panels::page class="fi-console-page">
|
|
<x-filament-widgets::widgets
|
|
:columns="$this->getColumns()"
|
|
:data="$this->getWidgetData()"
|
|
:widgets="$this->getVisibleWidgets()"
|
|
/>
|
|
|
|
<x-filament-actions::modals />
|
|
|
|
</x-filament-panels::page>
|