diff --git a/public/app/features/explore/ExploreToolbar.tsx b/public/app/features/explore/ExploreToolbar.tsx index bfc810db4c7..7f055600fe2 100644 --- a/public/app/features/explore/ExploreToolbar.tsx +++ b/public/app/features/explore/ExploreToolbar.tsx @@ -304,6 +304,7 @@ export class UnConnectedExploreToolbar extends PureComponent { {controls => ( { }; type LiveTailButtonProps = { + splitted: boolean; start: () => void; stop: () => void; pause: () => void; @@ -104,7 +106,7 @@ type LiveTailButtonProps = { isPaused: boolean; }; export function LiveTailButton(props: LiveTailButtonProps) { - const { start, pause, resume, isLive, isPaused, stop } = props; + const { start, pause, resume, isLive, isPaused, stop, splitted } = props; const theme = useTheme(); const styles = getStyles(theme); @@ -113,17 +115,17 @@ export function LiveTailButton(props: LiveTailButtonProps) { return ( <> - + title={'\xa0Live'} + />