mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Improve the message on CompareStudies
This commit is contained in:
@@ -89,7 +89,7 @@ export const CompareStudies: FC<{
|
||||
}, [studies, query])
|
||||
|
||||
const studyListWidth = 200
|
||||
const title = "Compare Studies"
|
||||
const title = "Compare Studies (Experimental)"
|
||||
|
||||
useEffect(() => {
|
||||
action.updateStudySummaries()
|
||||
@@ -131,7 +131,7 @@ export const CompareStudies: FC<{
|
||||
<List>
|
||||
<ListSubheader sx={{ display: "flex", flexDirection: "row" }}>
|
||||
<Typography sx={{ p: theme.spacing(1, 0) }}>
|
||||
{studies.length} Studies
|
||||
Compare studies with Shift+Click
|
||||
</Typography>
|
||||
<Box sx={{ flexGrow: 1 }} />
|
||||
</ListSubheader>
|
||||
|
||||
Reference in New Issue
Block a user