Skip to content

Fix alerts summary grid asset path#8

Merged
Aidaho12 merged 1 commit into
roxy-wi:mainfrom
megative:fix-alerts-summary-grid-asset
Jun 15, 2026
Merged

Fix alerts summary grid asset path#8
Aidaho12 merged 1 commit into
roxy-wi:mainfrom
megative:fix-alerts-summary-grid-asset

Conversation

@megative

@megative megative commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

What

Fixes the Alerts/Overview summary grid script include path in the main app shell.

The template was loading /static/js/components/alerts_summary_grid.js, but the actual file lives at /static/js/components/alerts/alerts_summary_grid.js. Because of that, the Alerts page could receive /api/alerts data successfully and still fail to render with ReferenceError: renderAlertsSummaryGrid is not defined.

Verification

Rebuilt the local image and redeployed the Helm chart on kind. After the fix, the Alerts page renders the ingested Alertmanager alert and the browser console has no renderAlertsSummaryGrid error.

@Aidaho12 Aidaho12 merged commit 15c4efc into roxy-wi:main Jun 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants