File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
59
59
</ div >
60
60
</ form >
61
61
< mat-tab-group (selectedTabChange) ="tabChanged($event) ">
62
- < mat-tab >
62
+ < mat-tab *ngIf =" this.usageLines.actions.length > 0 " >
63
63
< ng-template mat-tab-label >
64
64
< mat-icon class ="tab-icon "> commit</ mat-icon >
65
65
Actions
@@ -69,7 +69,7 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
69
69
< app-actions [data] ="this.usageLines.actions " [currency] ="currency "> </ app-actions >
70
70
</ ng-template >
71
71
</ mat-tab >
72
- < mat-tab >
72
+ < mat-tab *ngIf =" this.usageLines.sharedStorage.length > 0 " >
73
73
< ng-template mat-tab-label >
74
74
< mat-icon class ="tab-icon "> backup</ mat-icon >
75
75
Shared Storage
@@ -79,7 +79,7 @@ <h1 class="mat-headline-2" style="user-select: none; font-weight: 800; text-alig
79
79
< app-shared-storage [data] ="this.usageLines.sharedStorage " [currency] ="currency "> </ app-shared-storage >
80
80
</ ng-template >
81
81
</ mat-tab >
82
- < mat-tab >
82
+ < mat-tab *ngIf =" this.usageLines.copilot.length > 0 " >
83
83
< ng-template mat-tab-label >
84
84
< mat-icon class ="tab-icon " svgIcon ="copilot "> </ mat-icon >
85
85
Copilot
You can’t perform that action at this time.
0 commit comments