实时监测页面拓扑图上添加跳转到机房历史事件查询页面的菜单,以及修改机房历史事件查询页面中的title和导航文本一致
| | |
| | | <!-- 默认使用最高内核 -->
|
| | | <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" >
|
| | | <base href="<%=basePath%>">
|
| | | <title><s:text name="Station_statestatistical"/></title> <!-- 机房状态统计查询 -->
|
| | | <title><s:text name="Station_histor_events_query"/></title> <!-- 机房历史事件查询 -->
|
| | | <link rel="stylesheet" href="css/basic.css">
|
| | | <link rel="stylesheet" type="text/css" href="css/nocontent.css">
|
| | | <link rel="stylesheet" type="text/css" href="css/loading.css">
|
| | |
| | | <!--导航开始-->
|
| | | <jsp:include page="nav.jsp" flush="true"/>
|
| | | <div class="filter-container">
|
| | | <div class="filter-title"><a href="javascript:;"><s:text name="Station_statestatistical"/>--><s:text name="Show/hide_the_query_conditions"/></a></div>
|
| | | <div class="filter-title"><a href="javascript:;"><s:text name="Station_histor_events_query"/>--><s:text name="Show/hide_the_query_conditions"/></a></div>
|
| | | <div class="filter-content">
|
| | | <table>
|
| | | <tbody>
|
| | |
| | |
|
| | | // 电路拓扑图右键菜单
|
| | | var menuItems = [
|
| | | {txt: '机房状态查询', cla: 'target', data:{target: 'batt-state-manage.jsp'}},
|
| | | {txt: '机房流量统计查询', cla: 'target', data:{target: 'batt-traffic-statistics1.jsp'}},
|
| | | {txt: '机房实时状态查询', cla: 'target', data:{target: 'batt-state-manage.jsp'}},
|
| | | {txt: '设备流量统计查询', cla: 'target', data:{target: 'batt-traffic-statistics1.jsp'}},
|
| | | {txt: '机房续航能力查询', cla: 'target', data: {target: 'batt-life-manage.jsp'}},
|
| | | {txt: '设备充放电模块状态', cla:'target', data: {target: 'equip-charge-param.jsp'}},
|
| | | {txt: '机房历史事件查询', cla:'target', data: {target: 'batt-state-statistical.jsp'}},
|
| | | ];
|
| | | // 给表格添加自己的右键菜单
|
| | | $('#contai').on('mousedown','.ele-circle',function(e){
|