<div class="issuesmanaitems">
|
<table>
|
<tr>
|
<td style="cursor:pointer;" onclick="javascript:window.location.href='${base}/uc/ucincident/ucincidentpool.html?project_Id=${RequestParameters.proId}'"><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}/uc/ucincident/ucincidentTimeoutList.html?project_Id=${RequestParameters.proId}'"><em class="yellow"><b><a href="#">${timeoutCount}</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}/uc/ucincident/ucincidentNodeList.html?project_Id=${RequestParameters.proId}'"><em class="green"><b><a href="#">${pendingCount}</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}/uc/ucincident/ucincidentJxzList.html?project_Id=${RequestParameters.proId}'" class="td"><em class="red"><b><a href="#">${inHandCount}</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>
|