mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Test DockHost in UI
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
13f38eb2a1
commit
23e89c01a6
@ -313,6 +313,7 @@
|
||||
"@k8slens/application": "^6.5.0-alpha.0",
|
||||
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
||||
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
|
||||
"@k8slens/dock": "^1.0.0-alpha.0",
|
||||
"@k8slens/kubectl-versions": "^1.0.0-alpha.0",
|
||||
"@k8slens/legacy-extensions": "^1.0.0-alpha.0",
|
||||
"@k8slens/messaging": "^1.0.0-alpha.1",
|
||||
|
||||
@ -51,6 +51,7 @@ import type { ShowEntityDetails } from "./entity-details/show.injectable";
|
||||
import showEntityDetailsInjectable from "./entity-details/show.injectable";
|
||||
import type { Hotbar } from "../../../features/hotbar/storage/common/hotbar";
|
||||
import activeHotbarInjectable from "../../../features/hotbar/storage/common/active.injectable";
|
||||
import { DockHost } from "@k8slens/dock";
|
||||
|
||||
interface Dependencies {
|
||||
catalogPreviousActiveTabStorage: StorageLayer<string | null>;
|
||||
@ -298,6 +299,8 @@ class NonInjectedCatalog extends React.Component<Dependencies> {
|
||||
onItemClick={this.onTabChange}
|
||||
/>
|
||||
)}
|
||||
|
||||
footer={<DockHost />}
|
||||
>
|
||||
<div className={styles.views}>
|
||||
{this.renderViews(activeCategory)}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import "@k8slens/core/styles";
|
||||
import "@k8slens/dock/dist/index.css";
|
||||
import { runInAction } from "mobx";
|
||||
import {
|
||||
rendererExtensionApi as Renderer,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user