summaryrefslogtreecommitdiff
path: root/lib/postrunner/DataSources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/postrunner/DataSources.rb')
-rw-r--r--lib/postrunner/DataSources.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/postrunner/DataSources.rb b/lib/postrunner/DataSources.rb
index 1aca80c..3db5547 100644
--- a/lib/postrunner/DataSources.rb
+++ b/lib/postrunner/DataSources.rb
@@ -51,8 +51,9 @@ module PostRunner
t = FlexiTable.new
t.enable_frame(false)
t.body
- t.row([ 'Time', 'Distance', 'Mode', 'Distance', 'Speed',
- 'Cadence', 'Elevation', 'Heart Rate', 'Power', 'Calories' ])
+ t.row([ 'Time', 'Distance', 'Mode', 'Speed Source', 'Distance Source',
+ 'Cadence Source', 'Elevation Source', 'Heart Rate Source',
+ 'Power Source', 'Calories Source' ])
start_time = session.start_time
@fit_activity.data_sources.each do |source|
t.cell(secsToHMS(source.timestamp - start_time))