mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-07 15:42:12 -04:00
Merge pull request #14982 from prometheus/fix-remove-defunct-alert-close-buttons
Remove Query page alert close buttons that don't do anything
This commit is contained in:
commit
5f26d86daa
1 changed files with 0 additions and 2 deletions
|
|
@ -84,7 +84,6 @@ export default function QueryPage() {
|
|||
icon={<IconAlertTriangle />}
|
||||
color="red"
|
||||
title="Error fetching metrics list"
|
||||
withCloseButton
|
||||
>
|
||||
Unable to fetch list of metric names: {metricNamesError.message}
|
||||
</Alert>
|
||||
|
|
@ -95,7 +94,6 @@ export default function QueryPage() {
|
|||
icon={<IconAlertTriangle />}
|
||||
color="red"
|
||||
title="Error fetching server time"
|
||||
withCloseButton
|
||||
>
|
||||
{timeError.message}
|
||||
</Alert>
|
||||
|
|
|
|||
Loading…
Reference in a new issue