File tree 4 files changed +12
-5
lines changed
4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<!-- Volume Name Input -->
17
17
< mat-form-field appearance ="outline " id ="name ">
18
- < mat-label > Name </ mat-label >
18
+ < mat-label > {{ 'common.name' | translate }} </ mat-label >
19
19
< input
20
20
matInput
21
21
formControlName ="name "
Original file line number Diff line number Diff line change 14
14
(actionsEmitter) ="reactVolumeToAction($event) "
15
15
> </ lib-resource-table >
16
16
17
- < lib-resource-table *ngIf ="this.getCostStatus() == true; else error "
17
+ <!-- todo: Fix kubecost -->
18
+ <!-- <lib-resource-table *ngIf="this.getCostStatus() == true; else error"
18
19
[config]="costConfig"
19
20
[data]="processedCostData"
20
21
[trackByFn]="costTrackByFn"
21
- > </ lib-resource-table >
22
+ ></lib-resource-table> -->
23
+
24
+ < div class ="center-flex ">
25
+ < p > {{ 'jupyter.costTable.kubeCostError' | translate }}</ p >
26
+ </ div >
22
27
23
28
< ng-template #error >
24
29
< div *ngIf ="this.getCostStatus() == false " class ="center-flex costerror ">
Original file line number Diff line number Diff line change 138
138
"gpus" : " GPUs" ,
139
139
"storage" : " Storage" ,
140
140
"total" : " Total" ,
141
- "errMessage" : " Failed to retrieve cost information"
141
+ "errMessage" : " Failed to retrieve cost information" ,
142
+ "kubeCostError" : " Cost information is temporarily unavailable"
142
143
}
143
144
},
144
145
"common" : {
Original file line number Diff line number Diff line change 137
137
"gpus" : " GPUs" ,
138
138
"storage" : " Stockage" ,
139
139
"total" : " Total" ,
140
- "errMessage" : " Échec de la récupération des informations des coûts."
140
+ "errMessage" : " Échec de la récupération des informations des coûts." ,
141
+ "kubeCostError" : " Les informations sur les coûts sont temporairement non disponible"
141
142
}
142
143
},
143
144
"common" : {
You can’t perform that action at this time.
0 commit comments