lokalisierung vervollständigt, api provider testconnection, runware modellsuche aktiviert und style preview generation integriert
This commit is contained in:
@@ -27,6 +27,11 @@ class ImageResource extends Resource
|
||||
return __('filament.navigation.groups.content');
|
||||
}
|
||||
|
||||
public static function getNavigationLabel(): string
|
||||
{
|
||||
return __('filament.navigation.images');
|
||||
}
|
||||
|
||||
public static function form(Schema $schema): Schema
|
||||
{
|
||||
return $schema
|
||||
@@ -45,8 +50,9 @@ class ImageResource extends Resource
|
||||
{
|
||||
return $table
|
||||
->columns([
|
||||
TextColumn::make('path')->searchable()->sortable(),
|
||||
TextColumn::make('path')->label(__('filament.resource.image.table.path'))->searchable()->sortable(),
|
||||
ImageColumn::make('path')
|
||||
->label(__('filament.resource.image.table.image'))
|
||||
->disk('public'),
|
||||
])
|
||||
->filters([
|
||||
|
||||
Reference in New Issue
Block a user