mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-05 10:05:53 +02:00
chg(core): change the User Ranking menu item position into about
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
menuConfig.$inject = ['menuService'];
|
||||
|
||||
function menuConfig(menuService) {
|
||||
menuService.addMenuItem('topbar', {
|
||||
title: 'MENU_RANKING',
|
||||
menuService.addSubMenuItem('topbar', 'about', {
|
||||
title: 'MENU_ABOUT_RANKING',
|
||||
state: 'ranking',
|
||||
roles: ['*'],
|
||||
class: 'sm-hide',
|
||||
position: 4
|
||||
position: 2,
|
||||
divider: true
|
||||
});
|
||||
}
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user