| Index: dashboard/dashboard/alerts.py
|
| diff --git a/dashboard/dashboard/alerts.py b/dashboard/dashboard/alerts.py
|
| index ac05ea7fc690ebc342d277c7193fbd6de6c00f46..c46440012390a9046053ba8147a90d16162a480e 100644
|
| --- a/dashboard/dashboard/alerts.py
|
| +++ b/dashboard/dashboard/alerts.py
|
| @@ -165,6 +165,7 @@ def GetAnomalyDict(anomaly_entity, bisect_status=None):
|
| 'improvement': anomaly_entity.is_improvement,
|
| 'bisect_status': bisect_status,
|
| 'recovered': anomaly_entity.recovered,
|
| + 'ref_test': anomaly_entity.GetRefTestPath(),
|
| 'type': 'anomaly',
|
| 'units': anomaly_entity.units
|
| })
|
|
|