We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55cbb7 commit 689eba0Copy full SHA for 689eba0
src/app/components/usage/usage.component.html
@@ -13,6 +13,9 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
13
<mat-progress-bar *ngIf="progress && progress < 99" mode="determinate" [value]="progress"></mat-progress-bar>
14
<mat-progress-bar *ngIf="progress && progress >= 99" mode="indeterminate"></mat-progress-bar>
15
16
+<div id="usage-report" *ngIf="usageCopilotPremiumRequests">
17
+ <h1>Premium Requests</h1>
18
+</div>
19
<div id="usage-report" *ngIf="usage">
20
<form class="mat-app-background">
21
<mat-form-field appearance="fill">
0 commit comments