Skip to content

Commit 3917187

Browse files
committed
changes the name of icicle button to flamegraph
1 parent 196e2a4 commit 3917187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/javascript/components/FlameGraphRenderer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ class FlameGraphRenderer extends React.Component {
498498
<div className="btn-group viz-switch">
499499
<button className={clsx('btn', {'active': this.state.view == 'table'})} onClick={() => this.updateView('table')}><FontAwesomeIcon icon={faBars} />&nbsp;&thinsp;Table</button>
500500
<button className={clsx('btn', {'active': this.state.view == 'both'})} onClick={() => this.updateView('both')}><FontAwesomeIcon icon={faColumns} />&nbsp;&thinsp;Both</button>
501-
<button className={clsx('btn', {'active': this.state.view == 'icicle'})} onClick={() => this.updateView('icicle')}><FontAwesomeIcon icon={faIcicles} />&nbsp;&thinsp;Icicle Chart</button>
501+
<button className={clsx('btn', {'active': this.state.view == 'icicle'})} onClick={() => this.updateView('icicle')}><FontAwesomeIcon icon={faIcicles} />&nbsp;&thinsp;Flamegraph</button>
502502
</div>
503503
</div>
504504
<div className="flamegraph-container panes-wrapper">

0 commit comments

Comments
 (0)