mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Added Menu List and the Menu Table view.
This commit is contained in:
parent
25ce44d9cf
commit
3290b3086a
16 changed files with 401 additions and 0 deletions
|
|
@ -94,4 +94,18 @@ FlowRouter.route('/listItems', {
|
|||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'listItemsMain' });
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/mymenus', {
|
||||
name: 'mymenus',
|
||||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'mainMenu' });
|
||||
}
|
||||
});
|
||||
|
||||
FlowRouter.route('/menuItems', {
|
||||
name: 'menuItems',
|
||||
action() {
|
||||
BlazeLayout.render('MainLayout', { main: 'menuItems' });
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue