Added Reports (forgot to commit); Added label prototype.

This commit is contained in:
Wynne Crisman
2019-07-28 13:47:54 -07:00
parent c1183a1470
commit 8211da6b39
13 changed files with 314 additions and 39 deletions

View File

@@ -116,6 +116,13 @@ pri.route('/graphTest', {
BlazeLayout.render('Body', {content: 'GraphTest'});
}
});
pri.route('/labels', {
name: 'Labels',
action: function(params, queryParams) {
require("/imports/ui/Label.js");
BlazeLayout.render('Body', {content: 'LabelMaker'});
}
});
pri.route('/testList', {
name: 'TestList',
action: function(params, queryParams) {