diff --git a/public/app/features/explore/Logs/Logs.tsx b/public/app/features/explore/Logs/Logs.tsx index c927254a478..b53337db900 100644 --- a/public/app/features/explore/Logs/Logs.tsx +++ b/public/app/features/explore/Logs/Logs.tsx @@ -13,7 +13,6 @@ import { EventBus, ExploreLogsPanelState, ExplorePanelsState, - FeatureState, Field, GrafanaTheme2, LinkModel, @@ -36,7 +35,6 @@ import { config, reportInteraction } from '@grafana/runtime'; import { DataQuery, TimeZone } from '@grafana/schema'; import { Button, - FeatureBadge, InlineField, InlineFieldRow, InlineSwitch, @@ -654,21 +652,13 @@ class UnthemedLogs extends PureComponent { - - , - - - , - ] - : null, + config.featureToggles.logsExploreTableVisualisation ? ( + this.state.visualisationType === 'logs' ? null : ( + + + + ) + ) : null, ]} title={'Logs'} actions={