mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
346dbab768
commit
9fbca6c035
@ -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} />
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user