File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " planet" ,
3
3
"license" : " AGPL-3.0" ,
4
- "version" : " 0.19.17 " ,
4
+ "version" : " 0.19.18 " ,
5
5
"myplanet" : {
6
- "latest" : " v0.25.74 " ,
7
- "min" : " v0.24.74 "
6
+ "latest" : " v0.25.79 " ,
7
+ "min" : " v0.24.79 "
8
8
},
9
9
"scripts" : {
10
10
"ng" : " ng" ,
Original file line number Diff line number Diff line change 46
46
< h3 class ="team-name ">
47
47
{{element.doc.name | truncateText:150}}
48
48
< mat-icon class ="margin-lr-3 " i18n-title title ="{{ mode === 'enterprise' ? 'Joined Enterprise' : 'Joined Team' }} " [inline] ="true " *ngIf ="element.userStatus=='member' "> check</ mat-icon >
49
+ < span *ngIf ="myTeamsFilter==='on' " class ="team-type-label " i18n >
50
+ ({{ element.doc.type === 'enterprise' ? 'enterprise' : 'team' }})
51
+ </ span >
49
52
</ h3 >
50
53
</ mat-cell >
51
54
</ ng-container >
Original file line number Diff line number Diff line change 44
44
background-color : $accent ;
45
45
}
46
46
47
+ .team-type-label {
48
+ font-size : 12px ;
49
+ color : #666 ;
50
+ }
51
+
47
52
@media (max-width : $screen-sm ) {
48
53
mat-cell button {
49
54
min-width : 0 ;
You can’t perform that action at this time.
0 commit comments