Merge branch 'master-v32-xwx' into 'master'
杭州-大屏-页签title See merge request !195
Showing
4 changed files
with
9 additions
and
3 deletions
@@ -24,6 +24,8 @@ layui.define(['commonDetail','common'], function (exports) { | @@ -24,6 +24,8 @@ layui.define(['commonDetail','common'], function (exports) { | ||
24 | var xnxxKpi = "KPIE2174352,KPIC0A94965"; | 24 | var xnxxKpi = "KPIE2174352,KPIC0A94965"; |
25 | //运行状态信息 | 25 | //运行状态信息 |
26 | var yxztxx = "KPIE4B51D5C,KPI7F91F142"; | 26 | var yxztxx = "KPIE4B51D5C,KPI7F91F142"; |
27 | + //配置信息 | ||
28 | + var pzxx = ""; | ||
27 | 29 | ||
28 | reload() | 30 | reload() |
29 | 31 | ||
@@ -36,7 +38,9 @@ layui.define(['commonDetail','common'], function (exports) { | @@ -36,7 +38,9 @@ layui.define(['commonDetail','common'], function (exports) { | ||
36 | // 屏蔽KPI3B6A0393(连接数使用率),增加KPIC0A94965(已打开会话数) | 38 | // 屏蔽KPI3B6A0393(连接数使用率),增加KPIC0A94965(已打开会话数) |
37 | commonDetail.renderText("ali_cloud_rds_xnxxinfo",resId,xnxxKpi); | 39 | commonDetail.renderText("ali_cloud_rds_xnxxinfo",resId,xnxxKpi); |
38 | //运行状态信息 | 40 | //运行状态信息 |
39 | - commonDetail.renderText("ali_cloud_rds_yxztinfo",resId,yxztxx); | 41 | + commonDetail.renderText("ali_cloud_rds_linkinfo",resId,yxztxx); |
42 | + //配置信息 | ||
43 | + commonDetail.renderText("ali_cloud_rds_setinfo",resId,pzxx); | ||
40 | // CPU使用率 | 44 | // CPU使用率 |
41 | commonDetail.renderGauge("ali_cloud_rds_cpu_rate",resId,"KPI7054BC34"); | 45 | commonDetail.renderGauge("ali_cloud_rds_cpu_rate",resId,"KPI7054BC34"); |
42 | // 内存使用率 | 46 | // 内存使用率 |
@@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
58 | <li class="layui-nav-item" > | 58 | <li class="layui-nav-item" > |
59 | 59 | ||
60 | <div id="toYTHView_div" > | 60 | <div id="toYTHView_div" > |
61 | - <dd layadmin-event="toYTHViewScreen" title="一体化控制台"><a><img src="/src/style/img/icon-yitihuadaping.png" style="width: 16px;height: 16px"></a></dd> | 61 | + <dd layadmin-event="toYTHViewScreen" title="一体化监控台"><a><img src="/src/style/img/icon-yitihuadaping.png" style="width: 16px;height: 16px"></a></dd> |
62 | </div> | 62 | </div> |
63 | </li> | 63 | </li> |
64 | 64 |
@@ -132,7 +132,8 @@ export default { | @@ -132,7 +132,8 @@ export default { | ||
132 | 132 | ||
133 | if (this.$route.query.msgKey){ | 133 | if (this.$route.query.msgKey){ |
134 | document.getElementById("goDP").style.display="block" | 134 | document.getElementById("goDP").style.display="block" |
135 | - } | 135 | + }; |
136 | + document.title = '电子税务局大屏'; | ||
136 | }, | 137 | }, |
137 | unmounted () { | 138 | unmounted () { |
138 | window.removeEventListener('resize', this.screenAdapter) | 139 | window.removeEventListener('resize', this.screenAdapter) |
-
Please register or login to post a comment