cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<div class="issuesmanaitems">
    <table>
      <tr>
        <td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/incident/myincidentpool.html?customerId=${RequestParameters.customerId}'"><em><b><a href="#">${poolCount}</a></b><i>事件池</i></em><span><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
        <td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/incident/1/myincidentNodeList.html?customerId=${RequestParameters.customerId}'"><em class="yellow"><b><a href="#">${pendingCount}</a></b><i>待响应</i></em><span class="yellow"><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
        <td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/incident/2/myincidentNodeList.html?customerId=${RequestParameters.customerId}'"><em class="green"><b><a href="#">${inHandCount}</a></b><i>进行中</i></em><span class="green"><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
        <td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/business/pages/incident/3/myincidentNodeList.html?customerId=${RequestParameters.customerId}'" class="td"><em class="red"><b><a href="#">${processedCount}</a></b><i>已处理</i></em><span class="red"><font><a href="#">查看详情</a></font><a href="#"><img src="${common_static}/static/ui/images/zc-icon-183.png"/></a></span></td>
      </tr>
    </table>
</div>
  
<div class="edit_title" id="cpu">
    <h3>事件数量统计</h3>
</div>
<div id="sumLineChart" class="monitor_flowreport">
</div>
 
<div class="edit_title" id="pro">
    <h3>事件程度分析</h3>
</div>
 
<div id="pieDiv">
<table class="monitor_throw" >
  <tr>
      <td><div style="height:350px" id="lvPieChart" class="monitor_throwchart"></div></td>
      <td><div style="height:350px" id="urPieChart" class="monitor_throwchart"></div></td>
      <td class="last"><div style="height:350px" id="effectPieChart" class="monitor_throwchart"></div></td>
  </tr>
</table>
</div>
 
<div class="edit_title" id="netCard">
    <h3>事件服务目录统计</h3>
</div>
<div id="serverColChart" class="monitor_flowreport"></div>