Skip to content

Commit

Permalink
Merge branch 'main' into 435-truncated-table-cells
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyFigueroa committed Nov 4, 2024
2 parents c80fa94 + 45b0041 commit 08db613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/lib/features/k8s/networks/gateways/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface Resource extends VirtualService {
export type Columns = ColumnWrapper<Row>

export function createStore(): ResourceStoreInterface<Resource, Row> {
const url = `/api/v1/resources/networks/gateways?fields=.metadata.name,.metadata.namespace,.metadata.creationTimestamp,.spec.servers`
const url = `/api/v1/resources/networks/gateways?fields=.metadata,.spec.servers`

const transform = transformResource<Resource, Row>((r) => {
const hosts = r.spec?.servers?.map((gateway) => gateway.hosts[0])
Expand Down

0 comments on commit 08db613

Please sign in to comment.