|
|
@ -84,7 +84,6 @@ export default function QueryPage() { |
|
|
|
icon={<IconAlertTriangle />} |
|
|
|
icon={<IconAlertTriangle />} |
|
|
|
color="red" |
|
|
|
color="red" |
|
|
|
title="Error fetching metrics list" |
|
|
|
title="Error fetching metrics list" |
|
|
|
withCloseButton |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
Unable to fetch list of metric names: {metricNamesError.message} |
|
|
|
Unable to fetch list of metric names: {metricNamesError.message} |
|
|
|
</Alert> |
|
|
|
</Alert> |
|
|
@ -95,7 +94,6 @@ export default function QueryPage() { |
|
|
|
icon={<IconAlertTriangle />} |
|
|
|
icon={<IconAlertTriangle />} |
|
|
|
color="red" |
|
|
|
color="red" |
|
|
|
title="Error fetching server time" |
|
|
|
title="Error fetching server time" |
|
|
|
withCloseButton |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
{timeError.message} |
|
|
|
{timeError.message} |
|
|
|
</Alert> |
|
|
|
</Alert> |
|
|
|