Add filterable artifact browser
This commit is contained in:
@@ -50,6 +50,11 @@ def evaluate_project() -> dict:
|
||||
and "datasetOutputCurve" in frontend_text
|
||||
and "MiniCurvePlot" in frontend_text,
|
||||
"loss_result_ui": "loss" in frontend_text.lower() and "heatmap" in frontend_text.lower() and "CurvePanel" in frontend_text,
|
||||
"result_browser_filter_ui": "ResultBrowser" in frontend_text
|
||||
and "resultFamilyFilter" in frontend_text
|
||||
and "resultRoleFilter" in frontend_text
|
||||
and "familyOptions" in frontend_text
|
||||
and "roleOptions" 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