mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +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>
|
||||
{{ $this->table }}
|
||||
</div>
|
||||
<x-filament-panels::page
|
||||
@class([
|
||||
'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