From ff5b0f7bd8605f8e0f347c64c96e7953842cea8e Mon Sep 17 00:00:00 2001 From: Galen Kistler <109082771+gtk-grafana@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:04:09 -0600 Subject: [PATCH] Logs panel: Table UI - remove beta badge (#82395) * remove beta badge --- public/app/features/explore/Logs/Logs.tsx | 24 +++++++---------------- 1 file changed, 7 insertions(+), 17 deletions(-) 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={