Load full artifact scan in dashboard
This commit is contained in:
@@ -54,7 +54,10 @@ def evaluate_project() -> dict:
|
||||
and "resultFamilyFilter" in frontend_text
|
||||
and "resultRoleFilter" in frontend_text
|
||||
and "familyOptions" in frontend_text
|
||||
and "roleOptions" in frontend_text,
|
||||
and "roleOptions" in frontend_text
|
||||
and "/api/results?limit=1000" in frontend_text
|
||||
and "setResults(resultsNext)" in frontend_text
|
||||
and "slice(0, 240)" not in frontend_text,
|
||||
"job_progress_ui": "JobProgressBar" in frontend_text and "progressTrack" in frontend_text,
|
||||
"runtime_readiness_ui": "runtimeReadiness" in frontend_text and "环境就绪" in frontend_text,
|
||||
"capability_matrix_ui": "capabilities" in frontend_text and "全功能矩阵" in frontend_text,
|
||||
|
||||
Reference in New Issue
Block a user