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