Added a reports page with a set of links to download CSV reports.

This commit is contained in:
Wynne Crisman
2019-01-01 11:48:56 -08:00
parent 6c17639e0c
commit 5ccb8e6a44
16 changed files with 910 additions and 1588 deletions

View File

@@ -102,6 +102,13 @@ pri.route('/graphs', {
BlazeLayout.render('Body', {content: 'Graphs'});
}
});
pri.route('/reports', {
name: 'Reports',
action: function(params, queryParams) {
require("/imports/ui/Reports.js");
BlazeLayout.render('Body', {content: 'Reports'});
}
});
pri.route('/graphTest', {
name: 'GraphTest',
action: function(params, queryParams) {