Procházet zdrojové kódy

update cpu placeholder text

Alexander Belanger před 4 roky
rodič
revize
76bb612d6f

+ 2 - 3
dashboard/src/main/home/cluster-dashboard/expanded-chart/metrics/JobMetricsSection.tsx

@@ -373,10 +373,9 @@ const JobMetricsSection: React.FunctionComponent<PropsType> = ({
             </Message>
             </Message>
           ) : (
           ) : (
             <Message>
             <Message>
-              No data for this job run.
               <Highlight color={"#8590ff"} disableHover>
               <Highlight color={"#8590ff"} disableHover>
-                This run went for less than 5 minutes, so we couldn't retrieve
-                any metrics.
+                CPU data is not available for jobs that ran for less than 5
+                minutes.
               </Highlight>
               </Highlight>
             </Message>
             </Message>
           )}
           )}