Commit c5517f18 authored by chenzhao's avatar chenzhao

修改代码

parent 478db4d8
...@@ -659,8 +659,8 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -659,8 +659,8 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
map.put("seriesData", seriesData); map.put("seriesData", seriesData);
map.put("axisData",time); map.put("axisData",time);
map.put("mean",mean); map.put("mean",mean);
map.put("max",max); map.put("max",String.format("%.2f",max));
map.put("min",min); map.put("min",String.format("%.2f",min));
map.put("maxTime",maxTime); map.put("maxTime",maxTime);
map.put("minTime",minTime); map.put("minTime",minTime);
map.put("load", format); map.put("load", format);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment