')
- .append($('').attr('colspan','11').css('background','lightgray')
+ .append($(' | ').attr('colspan','12').css('background','lightgray')
.append($('').append(report_plugins.utils.localeDate(day)))
)
);
@@ -298,6 +311,7 @@ treatments.report = function report_treatments(datastorage, sorteddaystoshow, op
.append($(' | ').attr('align','center').append(tr.duration ? tr.duration : ''))
.append($(' | ').attr('align','center').append(tr.percent ? tr.percent : ''))
.append($(' | ').attr('align','center').append(tr.absolute ? tr.absolute : ''))
+ .append($(' | ').attr('align','center').append(tr.profile ? tr.profile : ''))
.append($(' | ').append(tr.enteredBy ? tr.enteredBy : ''))
.append($(' | ').append(tr.notes ? tr.notes : ''))
);
diff --git a/static/index.html b/static/index.html
index e606835cd77..ae5ccd342d2 100644
--- a/static/index.html
+++ b/static/index.html
@@ -217,6 +217,10 @@
Percent
+
|