From d10ed957392e6ed459000fddb665d8f9f5970679 Mon Sep 17 00:00:00 2001 From: wangtao <1q2w3e4r> Date: Sun, 28 Aug 2022 15:24:10 +0800 Subject: [PATCH] OGG 列表查询异常 --- hg-monitor-web-base/src/main/resources/static/src/controller/database_ogg.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hg-monitor-web-base/src/main/resources/static/src/controller/database_ogg.js b/hg-monitor-web-base/src/main/resources/static/src/controller/database_ogg.js index 97a11e8..71a0ea8 100644 --- a/hg-monitor-web-base/src/main/resources/static/src/controller/database_ogg.js +++ b/hg-monitor-web-base/src/main/resources/static/src/controller/database_ogg.js @@ -13,7 +13,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { } commonDetail.bindTips(); - + // 基本信息 var jbxxKpi = "KPIE13DD9A3,KPIF74D9D2B"; @@ -31,7 +31,7 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { commonDetail.renderResHealth("databaseogg_health_state",resId); // ogg信息 - commonDetail.renderTable("databaseogg_ogginfo", false, resId, oggkpi, 'ogg运行情况', 'ogg-', 'ext, rr.KPI1A122D84 desc, rr.KPI16282DF0', 'desc'); + commonDetail.renderTable("databaseogg_ogginfo", false, resId, oggkpi, 'ogg运行情况', 'ogg-', 'ext, KPI1A122D84 , KPI16282DF0', 'desc'); // 告警信息 @@ -45,4 +45,4 @@ layui.define(['commonDetail', 'common', 'admin'], function (exports) { commonDetail.detailTimer.push(timer); }); -}); \ No newline at end of file +}); -- libgit2 0.24.0