File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed
app/Filament/Resources/Threads/Tables Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change @@ -29,44 +29,6 @@ public static function configure(Table $table): Table
2929 TextColumn::make ('subject ' )
3030 ->searchable (),
3131
32- TextColumn::make ('solutionReplyRelation.body ' )
33- ->label ('Solution ' )
34- ->limit (300 )
35- ->wrap ()
36- ->searchable (),
37-
38-
39- ImageColumn::make ('resolvedByRelation.github_id ' )
40- ->label ('Resolved by ' )
41- ->circular ()
42- ->defaultImageUrl (fn (?string $ state ): string => $ state ? sprintf ('https://avatars.githubusercontent.com/u/%s ' , $ state ) : asset ('images/laravelio-icon-gray.svg ' )),
43-
44- TextColumn::make ('resolvedByRelation.name ' )
45- ->label ('' )
46- ->sortable ()
47- ->searchable (),
48-
49-
50- ImageColumn::make ('updatedByRelation.github_id ' )
51- ->label ('Updated by ' )
52- ->circular ()
53- ->defaultImageUrl (fn (?string $ state ): string => $ state ? sprintf ('https://avatars.githubusercontent.com/u/%s ' , $ state ) : asset ('images/laravelio-icon-gray.svg ' )),
54-
55- TextColumn::make ('updatedByRelation.name ' )
56- ->label ('' )
57- ->sortable ()
58- ->searchable (),
59-
60- ImageColumn::make ('lockedByRelation.github_id ' )
61- ->label ('Locked by ' )
62- ->circular ()
63- ->defaultImageUrl (fn (?string $ state ): string => $ state ? sprintf ('https://avatars.githubusercontent.com/u/%s ' , $ state ) : asset ('images/laravelio-icon-gray.svg ' )),
64-
65- TextColumn::make ('lockedByRelation.name ' )
66- ->label ('' )
67- ->sortable ()
68- ->searchable (),
69-
7032 TextColumn::make ('last_activity_at ' )
7133 ->dateTime ()
7234 ->sortable (),
You can’t perform that action at this time.
0 commit comments