Merge pull request #5094 from GabrielInTheWorld/agendaSecondLine
Sets the subtitle as a second line in agenda
This commit is contained in:
commit
424c59d027
@ -35,14 +35,14 @@
|
|||||||
[routerLink]="getDetailUrl(item)"
|
[routerLink]="getDetailUrl(item)"
|
||||||
*ngIf="!isMultiSelect"
|
*ngIf="!isMultiSelect"
|
||||||
></a>
|
></a>
|
||||||
<div [ngStyle]="{ 'margin-left': item.level * 25 + 'px' }" class="innerTable ellipsis-overflow">
|
<div [ngStyle]="{ 'margin-left': item.level * 25 + 'px' }" class="innerTable">
|
||||||
<os-icon-container [noWrap]="true" [icon]="item.closed ? 'check' : null" size="large">
|
<os-icon-container [noWrap]="true" [icon]="item.closed ? 'check' : null" size="large">
|
||||||
<span>
|
<div class="ellipsis-overflow">
|
||||||
{{ item.getListTitle() }}
|
{{ item.getListTitle() }}
|
||||||
</span>
|
</div>
|
||||||
<span *ngIf="showSubtitle" class="subtitle ">
|
<div *ngIf="showSubtitle" class="subtitle ellipsis-overflow">
|
||||||
{{ item.getSubtitle() }}
|
{{ item.getSubtitle() }}
|
||||||
</span>
|
</div>
|
||||||
</os-icon-container>
|
</os-icon-container>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user