feat: add domain management system

This commit is contained in:
idevakk
2025-11-15 11:40:04 -08:00
parent 466a370f28
commit ca94c360ea

View File

@@ -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(),
]) ])