We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f097ce4 commit 2bacce9Copy full SHA for 2bacce9
app/Filament/Resources/ResultResource.php
@@ -181,6 +181,7 @@ public static function table(Table $table): Table
181
->options(function (): array {
182
return Result::query()
183
->select('data->interface->externalIp AS public_ip_address')
184
+ ->whereNotNull('data->interface->externalIp')
185
->where('status', '=', ResultStatus::Completed)
186
->distinct()
187
->get()
0 commit comments