Merge branch 'master-v32-xwx' into 'master'
诊断报告提示语优化 See merge request !811
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <el-tooltip | 6 | <el-tooltip |
7 | placement="top-start"> | 7 | placement="top-start"> |
8 | <template #content> | 8 | <template #content> |
9 | - 展示每个场景的拨测结果,颜色代表拨测结果 <br/> | 9 | + 每个场景的拨测结果,通过颜色区分展示 <br/> |
10 | 红色:拨测结果 < 70%; 橙色:70% <= 拨测结果 < 90% ; 蓝色:90% <= 拨测结果 < 100% ; 绿色:拨测结果 = 100% | 10 | 红色:拨测结果 < 70%; 橙色:70% <= 拨测结果 < 90% ; 蓝色:90% <= 拨测结果 < 100% ; 绿色:拨测结果 = 100% |
11 | </template> | 11 | </template> |
12 | <i class="iconfont icon-tishi" /> | 12 | <i class="iconfont icon-tishi" /> |
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | <el-tooltip | 7 | <el-tooltip |
8 | placement="top-start"> | 8 | placement="top-start"> |
9 | <template #content> | 9 | <template #content> |
10 | - 以图标方式展示每个资源类型的告警结果,颜色代表告警结果 <br/> | 10 | + 每个资源类型的告警结果,通过颜色区分展示 <br/> |
11 | 红色:存在严重告警; 黄色:存在重要告警; 橙色:存在一般告警; 绿色:无告警 | 11 | 红色:存在严重告警; 黄色:存在重要告警; 橙色:存在一般告警; 绿色:无告警 |
12 | </template> | 12 | </template> |
13 | <i class="iconfont icon-tishi" /> | 13 | <i class="iconfont icon-tishi" /> |
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | <el-tooltip | 6 | <el-tooltip |
7 | placement="top-start"> | 7 | placement="top-start"> |
8 | <template #content> | 8 | <template #content> |
9 | - 展示每个链路节点数的监控结果,指标值颜色代表结果 <br/> | 9 | + 每个链路节点数的监控结果,通过颜色区分展示 <br/> |
10 | 红色:监控结果 < 70%; 橙色:70% <= 监控结果 < 90% ; 蓝色:90% <= 监控结果 < 100% ; 绿色:监控结果:=100% | 10 | 红色:监控结果 < 70%; 橙色:70% <= 监控结果 < 90% ; 蓝色:90% <= 监控结果 < 100% ; 绿色:监控结果:=100% |
11 | </template> | 11 | </template> |
12 | <i class="iconfont icon-tishi" /> | 12 | <i class="iconfont icon-tishi" /> |
-
Please register or login to post a comment