Archived
1
0
Fork 0

resources/views/admin/*/index.blade.php: add "route_restore" to datatable call.

This commit is contained in:
Henrik Hautakoski 2022-01-23 12:54:02 +01:00
parent fb288fe18b
commit 7c49bb8cf7
3 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@
'route_create' => 'admin.card.create',
'route_edit' => 'admin.card.edit',
'route_delete' => 'admin.card.delete',
'route_restore' => 'admin.card.restore',
'columns' => [
'id' => '#',
'body' => 'Body',

View file

@ -6,6 +6,7 @@
'route_create' => 'admin.character.create',
'route_edit' => 'admin.character.edit',
'route_delete' => 'admin.character.delete',
'route_restore' => 'admin.character.restore',
'columns' => [
'id' => '#',
'name' => 'Name',

View file

@ -6,6 +6,7 @@
'route_create' => 'admin.raid.create',
'route_edit' => 'admin.raid.edit',
'route_delete' => 'admin.raid.delete',
'route_restore' => 'admin.raid.restore',
'columns' => [
'id' => '#',
'name' => 'Name',