Skip to content

Commit 956eeee

Browse files
committed
removed unused CSS
1 parent 15a5291 commit 956eeee

File tree

2 files changed

+5808
-20002
lines changed

2 files changed

+5808
-20002
lines changed

src/components/app/EventsLogs.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import MonacoEditor from 'react-monaco-editor'
99
import { editor } from 'monaco-editor'
1010
import { AutoSizer } from 'react-virtualized'
1111
import InfoIcon from '../../assets/icons/appstatus/info-filled.svg'
12-
// import { Spinner } from 'patternfly-react';
1312
import LogViewer from '../LogViewer/LogViewer'
1413
import { NoPod } from './ResourceTreeNodes'
1514
import { getNodeStatus } from './service'
@@ -310,8 +309,6 @@ export const EventsView: React.FC<{ nodeName: string; appDetails: AppDetails; no
310309
<div className="flex" style={{ height: '100%', width: '100%' }}>
311310
{loading && (
312311
<div style={{ width: '100%', textAlign: 'center' }}>
313-
{/* @TODO: Uncomment this once the Spinner import is fixed */}
314-
{/* <Spinner loading></Spinner> */}
315312
<div style={{ marginTop: '20px', color: 'rgb(156, 148, 148)' }}>fetching events</div>
316313
</div>
317314
)}

0 commit comments

Comments
 (0)