Skip to content

Commit 0f58a9d

Browse files
authored
Display latest_status in Incident table (#198)
1 parent 157c9fe commit 0f58a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Resources/IncidentResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public static function table(Table $table): Table
109109
Tables\Columns\TextColumn::make('name')
110110
->label(__('cachet::incident.list.headers.name'))
111111
->searchable(),
112-
Tables\Columns\TextColumn::make('status')
112+
Tables\Columns\TextColumn::make('latest_status')
113113
->label(__('cachet::incident.list.headers.status'))
114114
->sortable()
115115
->badge(),

0 commit comments

Comments
 (0)