Commit 8ee7ed3d authored by wujiang's avatar wujiang

修改颜色显示

parent 609e8cb8
...@@ -2007,12 +2007,12 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator { ...@@ -2007,12 +2007,12 @@ public class MonitorFanIndicatorImpl implements IMonitorFanIndicator {
HashMap<String, Object> map6 = new HashMap<>(); HashMap<String, Object> map6 = new HashMap<>();
map6.put("count", gzNum); map6.put("count", gzNum);
map6.put("equipmentIndexName", "故障停机"); map6.put("equipmentIndexName", "故障停机");
map6.put("color", "#00AAFF"); map6.put("color", "#F91414");
resultList.add(map6); resultList.add(map6);
HashMap<String, Object> map7 = new HashMap<>(); HashMap<String, Object> map7 = new HashMap<>();
map7.put("count", djNum); map7.put("count", djNum);
map7.put("equipmentIndexName", "待机"); map7.put("equipmentIndexName", "待机");
map7.put("color", "#F91414"); map7.put("color", "#00AAFF");
resultList.add(map7); resultList.add(map7);
HashMap<String, Object> map8 = new HashMap<>(); HashMap<String, Object> map8 = new HashMap<>();
map8.put("count", txNum); map8.put("count", txNum);
......
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