Skip to content

Commit

Permalink
fix: webui trial info checkpoint size label update [DET-4250] (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
apizzini committed Oct 5, 2020
1 parent a867df3 commit 2bd7e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/react/src/pages/TrialDetails/TrialInfoBox.tsx
Expand Up @@ -117,7 +117,7 @@ const TrialInfoBox: React.FC<Props> = ({ trial, experiment }: Props) => {
},
{
content: totalCheckpointsSize,
label: 'Checkpoint Size',
label: 'Total Checkpoint Size',
},
{
content: <Button onClick={handleShowHParams}>Show</Button>,
Expand All @@ -126,7 +126,7 @@ const TrialInfoBox: React.FC<Props> = ({ trial, experiment }: Props) => {
];

return (
<Section bodyBorder maxHeight title="Info Box">
<Section bodyBorder maxHeight title="Summary">
<InfoBox rows={infoRows} />
<Modal
bodyStyle={{ padding: 0 }}
Expand Down

0 comments on commit 2bd7e3a

Please sign in to comment.