修改说明
This commit is contained in:
@@ -217,7 +217,7 @@ class TSPDashboard {
|
||||
|
||||
updateHealthDisplay(health) {
|
||||
const healthScore = health.health_score || 0;
|
||||
const healthStatus = health.health_status || 'unknown';
|
||||
const healthStatus = health.status || 'unknown';
|
||||
|
||||
// 更新健康指示器
|
||||
const healthDot = document.getElementById('health-dot');
|
||||
@@ -312,6 +312,8 @@ class TSPDashboard {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
initCharts() {
|
||||
// 性能趋势图
|
||||
const performanceCtx = document.getElementById('performanceChart');
|
||||
|
||||
Reference in New Issue
Block a user