Skip to content

Commit

Permalink
motion block update place of recommender
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl committed Nov 7, 2023
1 parent 146aa6e commit 60beb08
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@
{{ getStateLabel(motion) }}
</mat-basic-chip>
</div>
</div>
</div>

<!-- Recommendation column -->
<div *osScrollingTableCell="'recommendation'; row as motion; config: { width: 120 }" class="cell-slot fill">
<mat-basic-chip *ngIf="!!motion.recommendation" disableRipple class="bluegrey">
{{ getRecommendationLabel(motion) }}
</mat-basic-chip>
<!-- Recommendation column -->
<div class="ellipsis-overflow white">
<mat-basic-chip *ngIf="!!motion.recommendation" class="bluegrey" [disabled]="true">
{{ getRecommendationLabel(motion) }}
</mat-basic-chip>
</div>
</div>
</div>

<!-- Remove from block column -->
Expand Down

0 comments on commit 60beb08

Please sign in to comment.