main
parent
31a296f98a
commit
f3cded1fcb
|
|
@ -21,7 +21,6 @@ class WarningNoticeController extends AdminController
|
||||||
$crud = $this->baseCRUD()
|
$crud = $this->baseCRUD()
|
||||||
->filterTogglable(false)
|
->filterTogglable(false)
|
||||||
->headerToolbar([
|
->headerToolbar([
|
||||||
...$this->baseHeaderToolBar(),
|
|
||||||
])
|
])
|
||||||
->columns([
|
->columns([
|
||||||
TableColumn::make()->name('id')->label('ID')->sortable(true),
|
TableColumn::make()->name('id')->label('ID')->sortable(true),
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 MiB After Width: | Height: | Size: 15 MiB |
Loading…
Reference in New Issue