File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -63,32 +63,6 @@ export const CommitDetailPage = ({
6363 </ div >
6464 </ section >
6565
66- < section className = "summaryGrid" >
67- < div className = "summaryCard" >
68- < span className = "summaryLabel" > Commit</ span >
69- < strong className = "monoText" > { shortSha ( commit . commitSha ) } </ strong >
70- < span className = "summaryMeta breakText" > { commit . commitTitle ?? commit . commitSha } </ span >
71- </ div >
72- < div className = "summaryCard" >
73- < span className = "summaryLabel" > Selected process time</ span >
74- < strong > { formatDurationMs ( commit . executionCost . selectedProcessDurationMs ) } </ strong >
75- < span className = "summaryMeta" > Used for the converged duration map</ span >
76- </ div >
77- < div className = "summaryCard" >
78- < span className = "summaryLabel" > Execution cost</ span >
79- < strong > { formatDurationMs ( commit . executionCost . totalExecutionDurationMs ) } </ strong >
80- < span className = "summaryMeta" >
81- { commit . executionCost . processRunCount } process runs across{ " " }
82- { commit . executionCost . runCount } attempts
83- </ span >
84- </ div >
85- < div className = "summaryCard" >
86- < span className = "summaryLabel" > Current health</ span >
87- < strong > { commit . status } </ strong >
88- < span className = "summaryMeta" > Selected from the latest evidence per process</ span >
89- </ div >
90- </ section >
91-
9266 < section className = "panel" >
9367 < header className = "panelHeader" >
9468 < div >
You can’t perform that action at this time.
0 commit comments