Added Reports (forgot to commit); Added label prototype.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user