Added a reports page with a set of links to download CSV reports.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user