Skip to content

Commit

Permalink
add number of points
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Nov 7, 2024
1 parent 1560305 commit a255acc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/Filament/Resources/ImportResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ public static function table(Table $table): Table
Tables\Columns\TextColumn::make('successful_rows')
->label(__('import.columns.processed'))
->searchable(),
Tables\Columns\TextColumn::make('points_count')
->counts('points')
->label(__('common.points_count')),

Tables\Columns\TextColumn::make('error_rows')
->label(__('import.columns.failed')),
Expand Down
2 changes: 1 addition & 1 deletion lang/ro/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'created_at' => 'Creat la',
'started_at' => 'Inceput la',
'completed_at' => 'Finalizat la',
'processed' => 'Adaugate',
'processed' => 'Numar de randuri procesate',
'failed' => 'Abandonate',
'duration' => 'Durata',
'status' => 'Status',
Expand Down

0 comments on commit a255acc

Please sign in to comment.