mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update file-manager.blade.php
This commit is contained in:
parent
39b5a8484e
commit
081b67f1ef
1 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
||||||
<div>
|
<x-filament-panels::page
|
||||||
{{ $this->table }}
|
@class([
|
||||||
</div>
|
'fi-resource-manage-files-page',
|
||||||
|
'fi-resource-' . str_replace('/', '-', $this->getResource()::getSlug()),
|
||||||
|
])
|
||||||
|
>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
{{ $this->table }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</x-filament-panels::page>
|
||||||
|
|
Loading…
Reference in a new issue