Merge pull request #1345 from pikasTech/fix/1338-monitor-web-verify
fix: align monitor web asset verify
This commit is contained in:
@@ -12,7 +12,8 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[
|
|||||||
"data-monitor-independent-scroll",
|
"data-monitor-independent-scroll",
|
||||||
"data-check-row",
|
"data-check-row",
|
||||||
"data-check-dialog",
|
"data-check-dialog",
|
||||||
"错误 / 告警监测项曲线",
|
"运行耗时曲线",
|
||||||
|
"runDurationText",
|
||||||
"rootCause",
|
"rootCause",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -26,8 +27,9 @@ const checks: Array<{ readonly path: string; readonly contains: readonly string[
|
|||||||
".check-dialog",
|
".check-dialog",
|
||||||
"overflow: hidden",
|
"overflow: hidden",
|
||||||
"overflow: auto",
|
"overflow: auto",
|
||||||
".trend-red",
|
".trend-duration",
|
||||||
".trend-warning",
|
".trend-dot-duration",
|
||||||
|
".legend-swatch.duration",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user