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
Plain Diff
Browse Files
Authored by
王涛
2022-08-02 22:42:51 +0800
Commit
cd13d2ceddb0dda2c5d55e552c2ed56e7cda14b2
2 parents
4ecc0b1a
4f7ec685
Merge branch 'master-v32-xwx' into 'master'
诊断报告提示语优化 See merge request
!811
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/dialtest/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/npm/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/dialtest/index.html
View file @
cd13d2c
...
...
@@ -6,7 +6,7 @@
<el-tooltip
placement=
"top-start"
>
<template
#
content
>
展示每个场景的拨测结果,颜色代表拨测结果
<br/>
每个场景的拨测结果,通过颜色区分展示
<br/>
红色:拨测结果
< 70
%;
橙色:
70
%
<=
拨测结果
<
90
%
;
蓝色:
90
%
<=
拨测结果
<
100
%
;
绿色:拨测结果
=
100
%
</
template
>
<i
class=
"iconfont icon-tishi"
/>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/item/index.html
View file @
cd13d2c
...
...
@@ -7,7 +7,7 @@
<el-tooltip
placement=
"top-start"
>
<template
#
content
>
以图标方式展示每个资源类型的告警结果,颜色代表告警结果
<br/>
每个资源类型的告警结果,通过颜色区分展示
<br/>
红色:存在严重告警; 黄色:存在重要告警; 橙色:存在一般告警; 绿色:无告警
</template>
<i
class=
"iconfont icon-tishi"
/>
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/components/page/faultDiagnosis/result/npm/index.html
View file @
cd13d2c
...
...
@@ -6,7 +6,7 @@
<el-tooltip
placement=
"top-start"
>
<template
#
content
>
展示每个链路节点数的监控结果,指标值颜色代表结果
<br/>
每个链路节点数的监控结果,通过颜色区分展示
<br/>
红色:监控结果
< 70
%;
橙色:
70
%
<=
监控结果
<
90
%
;
蓝色:
90
%
<=
监控结果
<
100
%
;
绿色:监控结果:=
100
%
</
template
>
<i
class=
"iconfont icon-tishi"
/>
...
...
Please
register
or
login
to post a comment