Minor cleanups

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/14872/head
Julius Volz 2024-09-04 17:44:54 +02:00
parent c0ba4ee2bb
commit 88519152e5
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ const MetricsExplorer: FC<MetricsExplorerProps> = ({
insertText, insertText,
close, close,
}) => { }) => {
console.log("metricNames");
// Fetch the alerting rules data. // Fetch the alerting rules data.
const { data } = useSuspenseAPIQuery<MetadataResult>({ const { data } = useSuspenseAPIQuery<MetadataResult>({
path: `/metadata`, path: `/metadata`,

View File

@ -7,7 +7,7 @@
} }
.promql-metric-name { .promql-metric-name {
/* color: var(--input-color); */ /* Should already inherit the right color from the theme. */
} }
.promql-label-name { .promql-label-name {