Skip to content

Commit

Permalink
remove status component
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 1, 2024
1 parent 58c929d commit 8b5be10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
5 changes: 1 addition & 4 deletions ui/app/mirrors/edit/[mirrorId]/cdcDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { FlowConnectionConfigs } from '@/grpc_generated/flow';
import { dBTypeFromJSON } from '@/grpc_generated/peers';
import { Label } from '@/lib/Label';
import moment from 'moment';
import { MirrorError } from '../../mirror-status';
import MirrorValues from './configValues';
import TablePairs from './tablePairs';

Expand All @@ -32,9 +31,7 @@ function CdcDetails({ syncs, createdAt, mirrorConfig }: props) {
</Label>
</div>
<div>
<Label>
<MirrorError flowName={mirrorConfig?.flowJobName || ''} />
</Label>
<Label>Active</Label>
</div>
</div>
<div className='basis-1/4 md:basis-1/3'>
Expand Down
99 changes: 0 additions & 99 deletions ui/app/mirrors/mirror-status.tsx

This file was deleted.

0 comments on commit 8b5be10

Please sign in to comment.