Skip to content

Commit ff3f616

Browse files
authored
Add Packet loss to CSV export (#1384)
1 parent 7464497 commit ff3f616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Filament/Exports/ResultExporter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public static function getColumns(): array
5252
return $record->upload_bits;
5353
}),
5454
ExportColumn::make('ping'),
55+
ExportColumn::make('packet_loss'),
5556
ExportColumn::make('download_jitter')
5657
->state(function (Result $record): ?string {
5758
return $record->download_jitter;

0 commit comments

Comments
 (0)