Added custom scroll bars and separated the table header from the tables for Sales and the Graphs tables.
This commit is contained in:
@@ -101,4 +101,11 @@ pri.route('/graphTest', {
|
||||
require("/imports/ui/GraphTest.js");
|
||||
BlazeLayout.render('Body', {content: 'GraphTest'});
|
||||
}
|
||||
});
|
||||
pri.route('/testList', {
|
||||
name: 'TestList',
|
||||
action: function(params, queryParams) {
|
||||
require("/imports/ui/TestList.js");
|
||||
BlazeLayout.render('Body', {content: 'TestList'});
|
||||
}
|
||||
});
|
||||
@@ -1 +1,2 @@
|
||||
import "./email.js"
|
||||
import "./email.js"
|
||||
import "./../../util/polyfills/date.js"
|
||||
Reference in New Issue
Block a user