Skip to content

Commit

Permalink
frontend: common: Remove Logviewer Terminal from common
Browse files Browse the repository at this point in the history
Because they are not used in many modules.

Additionally, this means that the code is only loaded when
the pod details route is loaded.

Signed-off-by: René Dudfield <[email protected]>
  • Loading branch information
illume committed May 6, 2024
1 parent b7570fd commit 5661978
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export * from './Link';
export { default as Link } from './Link';
export * from './Loader';
export { default as Loader } from './Loader';
export * from './LogViewer';
export * from './NameValueTable';
export { default as NameValueTable } from './NameValueTable';
export * from './ObjectEventList';
Expand All @@ -34,8 +33,6 @@ export * from './SimpleTable';
export { default as SimpleTable } from './SimpleTable';
export * from './Tabs';
export { default as Tabs } from './Tabs';
export * from './Terminal';
export { default as Terminal } from './Terminal';
export * from './TileChart';
export { default as TileChart } from './TileChart';
export * from './TimezoneSelect';
Expand Down

0 comments on commit 5661978

Please sign in to comment.