mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
update
This commit is contained in:
parent
dc424ae0bc
commit
912b209934
2 changed files with 4 additions and 3 deletions
|
@ -154,9 +154,9 @@ class DatabaseResource extends Resource
|
|||
Tables\Actions\EditAction::make(),
|
||||
])
|
||||
->bulkActions([
|
||||
Tables\Actions\BulkActionGroup::make([
|
||||
Tables\Actions\DeleteBulkAction::make(),
|
||||
]),
|
||||
// Tables\Actions\BulkActionGroup::make([
|
||||
// Tables\Actions\DeleteBulkAction::make(),
|
||||
// ]),
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
</div>
|
||||
|
||||
<x-filament::button
|
||||
target="_blank"
|
||||
href="{{route('customer.phpmyadmin.login', $hostingSubscription->id)}}"
|
||||
tag="a"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue