Skip to content

Commit

Permalink
Allow searching for port when associating allocations (#801)
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch authored Dec 8, 2024
1 parent 839ff96 commit 2bfc788
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public function table(Table $table): Table
->associateAnother(false)
->preloadRecordSelect()
->recordSelectOptionsQuery(fn ($query) => $query->whereBelongsTo($this->getOwnerRecord()->node)->whereNull('server_id'))
->recordSelectSearchColumns(['ip', 'port'])
->label('Add Allocation'),
])
->bulkActions([
Expand Down

0 comments on commit 2bfc788

Please sign in to comment.