mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 05:17:26 -05:00
@@ -32,7 +32,7 @@ export function DataTrailCard({ trail, onSelect, onDelete }: Props) {
|
||||
<Card onClick={onClick} className={styles.card}>
|
||||
<Card.Heading>{getMetricName(trail.state.metric)}</Card.Heading>
|
||||
<div className={styles.description}>
|
||||
<Stack gap={1.5}>
|
||||
<Stack gap={1.5} wrap="wrap">
|
||||
{filters.map((f) => (
|
||||
<Tag key={f.key} name={`${f.key}: ${f.value}`} colorIndex={12} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user