ff
This commit is contained in:
@@ -95,6 +95,10 @@ export class RunningKpiDashboardComponent implements OnInit, OnDestroy {
|
|||||||
return value === null || value === undefined ? '-' : value.toFixed(2);
|
return value === null || value === undefined ? '-' : value.toFixed(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected formatRaceTime(value: number | null | undefined): string {
|
||||||
|
return value === null || value === undefined ? '-' : duration(value);
|
||||||
|
}
|
||||||
|
|
||||||
protected recoveryLabel(status: RunningKpiDashboard['recovery']['status']): string {
|
protected recoveryLabel(status: RunningKpiDashboard['recovery']['status']): string {
|
||||||
switch (status) {
|
switch (status) {
|
||||||
case 'green':
|
case 'green':
|
||||||
|
|||||||
Reference in New Issue
Block a user