Skip to content

Commit 689eba0

Browse files
committed
feat: Add section for displaying premium requests in usage report
1 parent d55cbb7 commit 689eba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/components/usage/usage.component.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
1313
<mat-progress-bar *ngIf="progress && progress < 99" mode="determinate" [value]="progress"></mat-progress-bar>
1414
<mat-progress-bar *ngIf="progress && progress >= 99" mode="indeterminate"></mat-progress-bar>
1515

16+
<div id="usage-report" *ngIf="usageCopilotPremiumRequests">
17+
<h1>Premium Requests</h1>
18+
</div>
1619
<div id="usage-report" *ngIf="usage">
1720
<form class="mat-app-background">
1821
<mat-form-field appearance="fill">

0 commit comments

Comments
 (0)