Skip to content

Commit

Permalink
Motion block update place of recommender (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl authored Nov 10, 2023
1 parent e041358 commit 62d7c8b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,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 spacer-top-3">
<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 62d7c8b

Please sign in to comment.