Skip to content

Commit

Permalink
#7615 spark status minimum width (#7632)
Browse files Browse the repository at this point in the history
* #7614 fix spark progress in lab missing curved corner

* #7615 spark status minimum width

* #7615 fix
  • Loading branch information
piorek authored and scottdraves committed Jul 3, 2018
1 parent 4a2d9ae commit 4a78728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/notebook/src/SparkUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ export class SparkUIView extends widgets.VBoxView {
this.connectionLabelDead = this.sparkStats.node.querySelector('.dead');

this.connectionStatusElement.insertAdjacentElement('afterend', this.sparkStats.node);

this.updateLabelWidths();
}

private updateSparkStatsStyles(): void {
Expand Down

0 comments on commit 4a78728

Please sign in to comment.