File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
webapp/javascript/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ class FlameGraphRenderer extends React.Component {
498
498
< div className = "btn-group viz-switch" >
499
499
< button className = { clsx ( 'btn' , { 'active' : this . state . view == 'table' } ) } onClick = { ( ) => this . updateView ( 'table' ) } > < FontAwesomeIcon icon = { faBars } />  Table</ button >
500
500
< button className = { clsx ( 'btn' , { 'active' : this . state . view == 'both' } ) } onClick = { ( ) => this . updateView ( 'both' ) } > < FontAwesomeIcon icon = { faColumns } />  Both</ button >
501
- < button className = { clsx ( 'btn' , { 'active' : this . state . view == 'icicle' } ) } onClick = { ( ) => this . updateView ( 'icicle' ) } > < FontAwesomeIcon icon = { faIcicles } />  Icicle Chart </ button >
501
+ < button className = { clsx ( 'btn' , { 'active' : this . state . view == 'icicle' } ) } onClick = { ( ) => this . updateView ( 'icicle' ) } > < FontAwesomeIcon icon = { faIcicles } />  Flamegraph </ button >
502
502
</ div >
503
503
</ div >
504
504
< div className = "flamegraph-container panes-wrapper" >
You can’t perform that action at this time.
0 commit comments