chg(forums): remove redundant admin menu item

This commit is contained in:
OldHawk
2017-10-30 10:16:26 +08:00
parent 00a3e95625
commit 5910272a94
3 changed files with 0 additions and 7 deletions

View File

@@ -26,7 +26,6 @@
MENU_ADMIN_MESSAGES: 'System Messages',
MENU_ADMIN_TRACE: 'System Traces',
MENU_ADMIN_FORUMS_CONFIGURE: 'Forums Configure',
MENU_ADMIN_FORUMS_MANAGEMENT: 'Forums Management',
MENU_USERS_ADMIN: 'Manage User',
MENU_UPLOAD: 'Upload',
MENU_FORUMS: 'Forums',

View File

@@ -26,7 +26,6 @@
MENU_ADMIN_MESSAGES: '系统消息',
MENU_ADMIN_TRACE: '系统日志',
MENU_ADMIN_FORUMS_CONFIGURE: '论坛配置管理',
MENU_ADMIN_FORUMS_MANAGEMENT: '论坛管理',
MENU_USERS_ADMIN: '用户管理',
MENU_UPLOAD: '发布',
MENU_FORUMS: '论坛',

View File

@@ -14,10 +14,5 @@
state: 'admin.forums.configure',
position: 30
});
//menuService.addSubMenuItem('topbar', 'admin', {
// title: 'MENU_ADMIN_FORUMS_MANAGEMENT',
// state: 'admin.forums.management',
// position: 31
//});
}
}());