The patch changes usage of Field
Example:: '120168106.0000' into
'114.60 MB'. I believe it's much more readable.
The revision depends on: https://reviews.llvm.org/D51405
Paths
| Differential D51916
[LNT] Use unit_abbrev of Fields in reports. ClosedPublic Authored by marxin on Sep 11 2018, 1:00 AM.
Details
Summary The patch changes usage of Field Example:: '120168106.0000' into The revision depends on: https://reviews.llvm.org/D51405
Diff Detail
Event Timeline
marxin marked an inline comment as done. Comment ActionsUpdated to check for 'bytes' to be field.unit and field.unit_abbrev == 'B'.
Comment Actions LGTM This revision is now accepted and ready to land.Sep 21 2018, 9:06 AM Closed by commit rL343465: Use unit_abbrev of Fields in reports. (authored by marxin). · Explain WhyOct 1 2018, 5:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167712 lnt/trunk/lnt/server/ui/filters.py
lnt/trunk/lnt/server/ui/templates/reporting/daily_report.html
lnt/trunk/lnt/server/ui/templates/reporting/runs.html
lnt/trunk/lnt/server/ui/templates/v4_run.html
lnt/trunk/tests/server/ui/V4Pages.py
|