Remove admin group management pages.

This commit is contained in:
Guo Xiang Tan
2018-04-06 17:11:00 +08:00
parent 4319273cf5
commit c82b2dcc24
38 changed files with 307 additions and 796 deletions

View File

@@ -76,14 +76,6 @@ export default function() {
});
});
this.route('adminGroups', { path: '/groups', resetNamespace: true }, function() {
this.route('bulk');
this.route('bulkComplete', { path: 'bulk-complete' });
this.route('adminGroupsType', { path: '/:type', resetNamespace: true }, function() {
this.route('adminGroup', { path: '/:name', resetNamespace: true });
});
});
this.route('adminUsers', { path: '/users', resetNamespace: true }, function() {
this.route('adminUser', { path: '/:user_id/:username', resetNamespace: true }, function() {
this.route('badges');