We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2901270 commit eb7d548Copy full SHA for eb7d548
src/main/frontend/pipeline-console-view/pipeline-console/main/DataTreeView.tsx
@@ -165,11 +165,9 @@ const TreeNode = React.memo(function TreeNode({
165
/>
166
</span>
167
<span className="task-link-text">{stage.name}</span>
168
- {stage.state === Result.running && (
169
- <span className="pgv-tree-item__description">
170
- <Total ms={stage.totalDurationMillis} />
171
- </span>
172
- )}
+ <span className="pgv-tree-item__description">
+ <Total ms={stage.totalDurationMillis} />
+ </span>
173
</div>
174
</a>
175
0 commit comments