mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
Added tab view to board members (people, orgs and teams)
This commit is contained in:
parent
05c34cefde
commit
ebfabba284
2 changed files with 56 additions and 49 deletions
|
|
@ -330,6 +330,14 @@ BlazeComponent.extendComponent({
|
|||
isLoading() {
|
||||
return this.loading.get();
|
||||
},
|
||||
|
||||
tabs() {
|
||||
return [
|
||||
{ name: TAPi18n.__('people'), slug: 'people' },
|
||||
{ name: TAPi18n.__('organizations'), slug: 'organizations' },
|
||||
{ name: TAPi18n.__('teams'), slug: 'teams' },
|
||||
];
|
||||
},
|
||||
}).register('membersWidget');
|
||||
|
||||
Template.membersWidget.helpers({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue