fix(platform): unify degraded service wording
This commit is contained in:
@@ -462,7 +462,7 @@ function serviceStatusFromOverview(overview: VehicleServiceOverview): VehicleSer
|
||||
return {
|
||||
status: 'degraded',
|
||||
severity: 'warning',
|
||||
title: '来源异常',
|
||||
title: '来源不完整',
|
||||
detail: `${onlineSourceCount}/${sourceCount} 个来源在线,车辆服务可用但需要关注离线来源。`,
|
||||
sourceCount,
|
||||
onlineSourceCount
|
||||
|
||||
Reference in New Issue
Block a user