Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xwx
3 years ago
Commit
48f0e52da9129ec7fe31b19ef804770fff9963f8
1 parent
dee09fa0
华为云虚拟机详情页基本信息屏蔽连接状态指标
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
hg-monitor-web-base/src/main/resources/static/src/controller/huawei_cloud_virtualhost.js
hg-monitor-web-base/src/main/resources/static/src/controller/huawei_cloud_virtualhost.js
View file @
48f0e52
...
...
@@ -12,7 +12,8 @@ layui.define(['commonDetail','common'], function (exports) {
}
commonDetail
.
bindTips
();
//基本信息
var
jbxxKpi
=
"KPIE13DD9A3,KPIF74D9D2B,KPI1635BB9B,KPIF3CCE8C7,KPI30D23EF4,KPI31ECC0E6,KPIF7800C96,KPI0420A9BC,KPI34772285"
;
// 高磊:华为云虚拟机指标采集不到连接状态
var
jbxxKpi
=
"KPIF74D9D2B,KPI1635BB9B,KPIF3CCE8C7,KPI30D23EF4,KPI31ECC0E6,KPIF7800C96,KPI0420A9BC,KPI34772285"
;
//端口存活侦测(二维表格)
var
portDetTableKpiId
=
'KPI39C76443,KPIC6A062EC,KPI5212EE93,KPIDCBEA93D'
;
...
...
@@ -65,4 +66,4 @@ layui.define(['commonDetail','common'], function (exports) {
commonDetail
.
detailTimer
.
push
(
timer
);
});
});
\ No newline at end of file
});
...
...
Please
register
or
login
to post a comment