Skip to content

Commit

Permalink
Debug bundle route optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvorcak committed Nov 4, 2024
1 parent fb0b163 commit 96cdc49
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 538 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/debugBundle/DebugBundleLink.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { DebugBundleStatus, DeleteDebugBundleFileForBroker, GetDebugBundleStatusResponse_DebugBundleBrokerStatus } from '../../protogen/redpanda/api/console/v1alpha1/debug_bundle_pb';
import { DebugBundleStatus, GetDebugBundleStatusResponse_DebugBundleBrokerStatus } from '../../protogen/redpanda/api/console/v1alpha1/debug_bundle_pb';
import { config } from '../../config';
import { api } from '../../state/backendApi';
import { Box, Button, Text, IconButton } from '@redpanda-data/ui';
Expand Down
Loading

0 comments on commit 96cdc49

Please sign in to comment.