(web): dashboard enhancements
This commit is contained in:
+4
-3
@@ -10,18 +10,19 @@
|
||||
>
|
||||
<dks-accounting-item
|
||||
*cdkVirtualFor="let tour of tours; trackBy: trackByFn"
|
||||
class="mat-elevation-z4 animate-fadeIn"
|
||||
class="animate-fadeIn"
|
||||
style="box-shadow: var(--mat-sys-level2);"
|
||||
[accountingState]="accountingState"
|
||||
[tour]="tour"
|
||||
(click)="openTourView(tour)"
|
||||
>
|
||||
</dks-accounting-item>
|
||||
</cdk-virtual-scroll-viewport>
|
||||
<ng-container *ngIf="accountingStateMeta$ | async as accountingStateMeta">
|
||||
<!-- <ng-container *ngIf="accountingStateMeta$ | async as accountingStateMeta">
|
||||
<dks-accounting-lane-footer
|
||||
[tourStateMeta]="accountingStateMeta"
|
||||
[withTourCount]="true"
|
||||
[withRevenueSum]="accountingState !== AccountingState.Billed"
|
||||
></dks-accounting-lane-footer>
|
||||
</ng-container>
|
||||
</ng-container> -->
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user