Skip to content

Commit

Permalink
removed unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Nov 27, 2024
1 parent b200332 commit af58d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 146 deletions.
6 changes: 2 additions & 4 deletions lib/client/components/logger/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import { generatePlainColor } from '~/root/lib/utils/color-generator';
import ReactPulsable from 'react-pulsable';
import { ChildrenProps } from '@kloudlite/design-system/types';
// import { mapper } from '@kloudlite/design-system/utils';
// import Select from './log-select';
import { logsMockData } from './dummy';
import { LoadingIndicator } from '../reload-indicator';
import logger from '../../helpers/log';
Expand Down Expand Up @@ -395,9 +394,8 @@ const LogLine = ({
}: ILogLine) => {
return (
<code
title={`pod: ${log.podName} | container: ${log.containerName} | line: ${
log.lineNumber
} | timestamp: ${dayjs(`${log.timestamp}`).format('lll')}`}
title={`pod: ${log.podName} | container: ${log.containerName} | line: ${log.lineNumber
} | timestamp: ${dayjs(`${log.timestamp}`).format('lll')}`}
className={classNames(
'flex py-xs items-center whitespace-pre border-b border-transparent transition-all',
{
Expand Down
142 changes: 0 additions & 142 deletions lib/client/components/logger/log-select.tsx

This file was deleted.

0 comments on commit af58d52

Please sign in to comment.