Changes

Summary

  1. Fix use of field index in daily report (details)
Commit a2bab6042b2d73b3c774a9569f432cd5d967a21b by john.brawn
Fix use of field index in daily report
Links to graph plots in the daily report make use of the field index but
haven't been updated to get it via get_field_index, causing these links
to be broken. Fix this by using get_field_index.
Differential Revision: https://reviews.llvm.org/D47581
git-svn-id: https://llvm.org/svn/llvm-project/lnt/trunk@333896
91177308-0d34-0410-b5e6-96231b3b80d8
The file was modifiedlnt/server/ui/templates/reporting/daily_report.html
The file was modifiedtests/server/ui/V4Pages.py