فهرست منبع

Fix exit live mode icon: change back to Stop. (#19043)

Jess 6 سال پیش
والد
کامیت
3742db720f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/features/explore/LiveLogs.tsx

+ 1 - 1
public/app/features/explore/LiveLogs.tsx

@@ -201,7 +201,7 @@ class LiveLogs extends PureComponent<Props, State> {
             {isPaused ? 'Resume' : 'Pause'}
           </button>
           <button onClick={this.props.stopLive} className={cx('btn btn-inverse', styles.button)}>
-            <i className={'fa fa-times'} />
+            <i className={'fa fa-stop'} />
             &nbsp; Exit live mode
           </button>
           {isPaused || (