mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update modules.blade.php
This commit is contained in:
parent
0c4a88e376
commit
de5bf44a98
1 changed files with 10 additions and 0 deletions
|
@ -81,6 +81,16 @@
|
|||
@endif
|
||||
</div>
|
||||
</x-filament::dropdown.list.item>
|
||||
@if ($module['installed'])
|
||||
<x-filament::dropdown.list.item wire:click="openUnistallModal('{{$module['name']}}')">
|
||||
<div class="flex gap-2 items-center">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 24 24">
|
||||
<path fill="currentColor" d="M7.615 20q-.69 0-1.152-.462T6 18.385V6H5V5h4v-.77h6V5h4v1h-1v12.385q0 .69-.462 1.152T16.385 20zm2.193-3h1V8h-1zm3.384 0h1V8h-1z"></path>
|
||||
</svg>
|
||||
Unistall
|
||||
</div>
|
||||
</x-filament::dropdown.list.item>
|
||||
@endif
|
||||
</x-filament::dropdown.list>
|
||||
</x-filament::dropdown>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue