diff --git a/Plan/common/src/main/resources/assets/plan/web/server.html b/Plan/common/src/main/resources/assets/plan/web/server.html index 399461b11..026e41466 100644 --- a/Plan/common/src/main/resources/assets/plan/web/server.html +++ b/Plan/common/src/main/resources/assets/plan/web/server.html @@ -1368,6 +1368,7 @@ tps: { name: s.name.tps, type: s.type.spline, + color: v.colors.tpsHigh, zones: s.zones.tps, tooltip: s.tooltip.twoDecimals, data: v.data.tps, @@ -1440,6 +1441,7 @@ disk: { name: s.name.disk, type: s.type.spline, + color: v.colors.tpsHigh, zones: s.zones.disk, tooltip: s.tooltip.zeroDecimals, data: v.data.disk