fix(dashboard): fix External IPs factory EnrichedTable rendering by IvanHunters · Pull Request #2175 · cozystack/cozystack

@IvanHunters marked this pull request as ready for review

March 9, 2026 10:58

@dosubot dosubot bot added size:S

This PR changes 10-29 lines, ignoring generated files.

bug

Something isn't working

labels

Mar 9, 2026

gemini-code-assist[bot]

coderabbitai[bot]

sircthulhu

@IvanHunters @kvaps

The external-ips factory used incorrect EnrichedTable properties causing
empty rows in the dashboard. Replace `clusterNamePartOfUrl` with
`cluster` and change `pathToItems` from array to dot-path string format
to match the convention used by all other working EnrichedTable instances.

Signed-off-by: IvanHunters <xorokhotnikov@gmail.com>

@dosubot dosubot bot added the lgtm

This PR has been approved by a maintainer

label

Mar 10, 2026

@kvaps kvaps deleted the fix/external-ips-enriched-table branch

March 10, 2026 14:18

kvaps added a commit that referenced this pull request

Mar 10, 2026
…hedTable rendering (#2192)

# Description
Backport of #2175 to `release-1.0`.

kvaps added a commit that referenced this pull request

Mar 10, 2026
…hedTable rendering (#2193)

# Description
Backport of #2175 to `release-1.1`.