diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-04-25 16:04:23 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-04-26 11:50:12 +0200 |
| commit | ca8bc64d93af67c23642000020cd08760fa3b5f3 (patch) | |
| tree | d50f4adaa672cd90bb7d39b34141608e0b0847ff /dashboard/dashapi/dashapi.go | |
| parent | 7560799c75f65327fe726b5b4b256d23b341709c (diff) | |
dashboard: include month into monthly reports
To make reports better distinguishable, include the month and the year
when the report was generated. E.g. "Monthly ext4 report (Jan 2000)".
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 11e56c6df..9dc5aa700 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -454,6 +454,7 @@ type BisectResult struct { type BugListReport struct { ID string + Created time.Time Config []byte Bugs []BugListItem TotalStats BugListReportStats |
