Skip to content

Commit a61bdc9

Browse files
cap10morgandawsontoth
authored andcommitted
fix: Reserve space for monitoring chart w/ no data
...above the sys info stuff
1 parent c3f6fb2 commit a61bdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/instance/status/components/monitoring/MetricVisualization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function MetricVisualization({ metricConfig, startTime, endTime, instance
124124
}
125125

126126
return (
127-
<div className="mt-8">
127+
<div className="mt-8 h-[600px]">
128128
<p>No {metricConfig.name} data for this time period</p>
129129
</div>
130130
);

0 commit comments

Comments
 (0)