feat(platform): summarize service status on dashboard
This commit is contained in:
@@ -23,9 +23,16 @@ export interface DashboardSummary {
|
||||
issueVehicles: number;
|
||||
kafkaLag: number | null;
|
||||
protocols: ProtocolStat[];
|
||||
serviceStatuses: ServiceStatusStat[];
|
||||
linkHealth: LinkHealth[];
|
||||
}
|
||||
|
||||
export interface ServiceStatusStat {
|
||||
status: string;
|
||||
title: string;
|
||||
count: number;
|
||||
}
|
||||
|
||||
export interface VehicleRow {
|
||||
vin: string;
|
||||
plate: string;
|
||||
|
||||
Reference in New Issue
Block a user