Many changes aded to system.
This commit is contained in:
parent
e0571d14b7
commit
5ba618f471
22 changed files with 640 additions and 57 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { Roles } from 'meteor/roles';
|
||||
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
|
||||
import { SysConfig } from "../../../imports/api/systemConfig";
|
||||
|
||||
|
||||
Template.systemAdmin.onCreated(function() {
|
||||
this.subscribe("SystemConfig");
|
||||
this.subscribe("rolesAvailable");
|
||||
|
|
@ -59,4 +60,8 @@ Template.systemAdmin.events({
|
|||
|
||||
updateInfo();
|
||||
},
|
||||
'click .navSetup' (event) {
|
||||
let target = event.target.id;
|
||||
FlowRouter.go('/' + target);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue