File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed
frontend/src/modules/organization Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1010 <p
1111 class =" text-sm leading-5 text-center italic text-gray-400 pl-6"
1212 >
13- Members can take up to two minutes to appear in the
14- list
13+ No members are currently working in this organization.
1514 </p >
1615 </div >
1716 <div v-else >
Original file line number Diff line number Diff line change 2525 <div class =" panel w-full col-span-2" >
2626 <el-tabs v-model =" tab" >
2727 <el-tab-pane
28- label =" Associated members"
28+ label =" Current members"
2929 name =" members"
3030 >
31- <app-organization-view-members
32- :organization-id =" props.id"
33- />
31+ <template #label >
32+ <span class =" flex gap-2" >
33+ <span >Current members</span >
34+ <el-tooltip
35+ content =" Members that are currently a part of this organization."
36+ placement =" top"
37+ >
38+ <i class =" ri-information-line" />
39+ </el-tooltip >
40+ </span >
41+ </template >
42+ <template #default >
43+ <app-organization-view-members
44+ :organization-id =" props.id"
45+ />
46+ </template >
3447 </el-tab-pane >
3548 <el-tab-pane
3649 label =" Activities"
You can’t perform that action at this time.
0 commit comments