mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix exit live mode icon: change back to Stop. (#19043)
This commit is contained in:
parent
2f9c2f3886
commit
3742db720f
@ -201,7 +201,7 @@ class LiveLogs extends PureComponent<Props, State> {
|
|||||||
{isPaused ? 'Resume' : 'Pause'}
|
{isPaused ? 'Resume' : 'Pause'}
|
||||||
</button>
|
</button>
|
||||||
<button onClick={this.props.stopLive} className={cx('btn btn-inverse', styles.button)}>
|
<button onClick={this.props.stopLive} className={cx('btn btn-inverse', styles.button)}>
|
||||||
<i className={'fa fa-times'} />
|
<i className={'fa fa-stop'} />
|
||||||
Exit live mode
|
Exit live mode
|
||||||
</button>
|
</button>
|
||||||
{isPaused || (
|
{isPaused || (
|
||||||
|
Loading…
Reference in New Issue
Block a user