Skip to content

Commit

Permalink
[SPARK-5478][UI][Minor] Add missing right parentheses
Browse files Browse the repository at this point in the history
![UI](https://dl.dropboxusercontent.com/u/19230832/Capture.PNG)

Author: jerryshao <saisai.shao@intel.com>

Closes #4267 from jerryshao/SPARK-5478 and squashes the following commits:

9fe51cc [jerryshao] Add missing right parentheses
  • Loading branch information
jerryshao authored and pwendell committed Feb 2, 2015
1 parent 9f0a6e1 commit 63dfe21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private[ui] class AllStagesPage(parent: StagesTab) extends WebUIPage("") {
activeStagesTable.toNodeSeq
}
if (shouldShowPendingStages) {
content ++= <h4 id="pending">Pending Stages ({pendingStages.size}</h4> ++
content ++= <h4 id="pending">Pending Stages ({pendingStages.size})</h4> ++
pendingStagesTable.toNodeSeq
}
if (shouldShowCompletedStages) {
Expand Down

0 comments on commit 63dfe21

Please sign in to comment.