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 10
10
<p
11
11
class =" text-sm leading-5 text-center italic text-gray-400 pl-6"
12
12
>
13
- Members can take up to two minutes to appear in the
14
- list
13
+ No members are currently working in this organization.
15
14
</p >
16
15
</div >
17
16
<div v-else >
Original file line number Diff line number Diff line change 25
25
<div class =" panel w-full col-span-2" >
26
26
<el-tabs v-model =" tab" >
27
27
<el-tab-pane
28
- label =" Associated members"
28
+ label =" Current members"
29
29
name =" members"
30
30
>
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 >
34
47
</el-tab-pane >
35
48
<el-tab-pane
36
49
label =" Activities"
You can’t perform that action at this time.
0 commit comments