|
|
@@ -27,7 +27,7 @@ column_width_map = {
|
|
|
"失败": "80px",
|
|
|
}
|
|
|
|
|
|
-header_template = ["blue", "wathet", "turquoise", "green", "yellow", "orange"]
|
|
|
+header_template = ["wathet", "turquoise", "yellow", "orange", "carmine", "violet", "purple", "indigo", "green"]
|
|
|
header_template_index = 0
|
|
|
|
|
|
|
|
|
@@ -397,7 +397,7 @@ def workflow_dashboard_monitor():
|
|
|
end_dt_str = datetime.now().strftime('%Y-%m-%d %H:%M')
|
|
|
|
|
|
sub_title = build_sub_title_json(f"统计时间: {start_dt_str} - {end_dt_str}")
|
|
|
- header = build_header_json("【供给workflow】当日任务统计", "indigo", sub_title, [])
|
|
|
+ header = build_header_json("【供给workflow】当日任务统计", "blue", sub_title, [])
|
|
|
dashboard_stat = build_table_element_json(pd.DataFrame(result))
|
|
|
elements = []
|
|
|
if dashboard_stat is not None:
|