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 6182da6 commit ac173e4Copy full SHA for ac173e4
core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala
@@ -91,7 +91,7 @@ private[ui] class StageTableBase(
91
{s.name}
92
</a>
93
94
- val details = (
+ val details = if (s.details.nonEmpty) (
95
<span onclick="this.parentNode.querySelector('.stage-details').classList.toggle('collapsed')" class="expand-details">
96
+show details
97
</span>
0 commit comments