feat: add domain management system
This commit is contained in:
@@ -77,8 +77,8 @@ class DomainsTable
|
|||||||
SelectFilter::make('is_active')
|
SelectFilter::make('is_active')
|
||||||
->label('Status')
|
->label('Status')
|
||||||
->options([
|
->options([
|
||||||
'1' => 'Active',
|
true => 'Active',
|
||||||
'0' => 'Inactive',
|
false => 'Inactive',
|
||||||
]),
|
]),
|
||||||
TrashedFilter::make(),
|
TrashedFilter::make(),
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user