Revert "Prometheus: Add Victoria metrics to Prometheus type dropdown in datasource config" (#67150)

Revert "Prometheus: Add Victoria metrics to Prometheus type dropdown in datasource config (#66984)"

This reverts commit 7cb4d65584.
This commit is contained in:
Galen Kistler
2023-04-24 12:59:27 -05:00
committed by GitHub
parent e57e0769ca
commit a6577cc6fd
7 changed files with 47 additions and 70 deletions

View File

@@ -9,7 +9,7 @@ import { IconName } from '../../types';
import { Icon } from '../Icon/Icon';
import { Tooltip } from '../Tooltip/Tooltip';
export type BadgeColor = 'blue' | 'red' | 'green' | 'orange' | 'purple' | 'black';
export type BadgeColor = 'blue' | 'red' | 'green' | 'orange' | 'purple';
export interface BadgeProps extends HTMLAttributes<HTMLDivElement> {
text: React.ReactNode;