refactor(web): 移除调度时间点展示

This commit is contained in:
2024-01-16 09:05:05 +08:00
parent 2b829519d1
commit eb70986d19

View File

@@ -410,7 +410,7 @@ function overviewTab() {
} }
] ]
}, },
{type: 'divider'}, /*{type: 'divider'},
{ {
type: 'service', type: 'service',
api: '${base}/overview/schedule_times', api: '${base}/overview/schedule_times',
@@ -429,7 +429,7 @@ function overviewTab() {
} }
} }
] ]
} }*/
] ]
} }
} }