| Index: dashboard/dashboard/alerts.py
|
| diff --git a/dashboard/dashboard/alerts.py b/dashboard/dashboard/alerts.py
|
| index 013088a4bbf05f0361e7e309ae887378eca66e3d..33a626a1f96bc08b75f571fa7d5a8d70e3a2eaa4 100644
|
| --- a/dashboard/dashboard/alerts.py
|
| +++ b/dashboard/dashboard/alerts.py
|
| @@ -177,6 +177,7 @@ def _AlertDict(alert_entity):
|
| 'start_revision': alert_entity.start_revision,
|
| 'end_revision': alert_entity.end_revision,
|
| 'date': str(alert_entity.timestamp.date()),
|
| + 'timestamp': alert_entity.timestamp.isoformat(),
|
| 'master': test_path_parts[0],
|
| 'bot': test_path_parts[1],
|
| 'testsuite': test_path_parts[2],
|
|
|