Latest updates, moved save buttons to subheader for easy access to save

This commit is contained in:
Ronald A. Richardson
2023-10-30 12:40:39 +08:00
parent 6e4a9edd7d
commit 7ffb7ac24a
13 changed files with 93 additions and 30 deletions

View File

@@ -42,6 +42,7 @@ Router.map(function () {
this.route('socket');
});
this.route('branding');
this.route('notifications');
this.route('virtual', { path: '/:slug/:view' });
});
});