Skip to content

Commit

Permalink
refactor(logs): move back beta badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Antonio Ghiani committed Jun 21, 2024
1 parent 1d0b435 commit b819751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ export class Plugin implements InfraClientPluginClass {
...(capabilities.logs.show
? [
{
isBetaFeature: true,
label: 'Logs',
sortKey: 200,
entries: [
{
label: 'Explorer',
app: 'observability-logs-explorer',
path: '/',
isBetaFeature: true,
},
...(this.config.featureFlags.logsUIEnabled
? [
Expand Down

0 comments on commit b819751

Please sign in to comment.