mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 03:31:04 +01:00
add many multilingual fields
add torrents and forum topbar menu
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
menuService.addMenuItem('topbar', {
|
||||
title: $translate.instant('MENU_CHAT'),
|
||||
state: 'chat',
|
||||
position: 10
|
||||
roles: ['*'],
|
||||
position: 2
|
||||
});
|
||||
}
|
||||
}());
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
controller: 'ChatController',
|
||||
controllerAs: 'vm',
|
||||
data: {
|
||||
roles: ['user', 'admin'],
|
||||
//roles: ['user', 'admin'],
|
||||
pageTitle: 'Chat'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user