mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Register tableFeature in getApplicationBuilder
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
11a35a7649
commit
eb92b089b9
@ -72,6 +72,7 @@ import { sendMessageToChannelInjectionToken } from "@k8slens/messaging";
|
|||||||
import { getMessageBridgeFake } from "@k8slens/messaging-fake-bridge";
|
import { getMessageBridgeFake } from "@k8slens/messaging-fake-bridge";
|
||||||
import { historyInjectionToken } from "@k8slens/routing";
|
import { historyInjectionToken } from "@k8slens/routing";
|
||||||
import writeJsonSyncInjectable from "../../../common/fs/write-json-sync.injectable";
|
import writeJsonSyncInjectable from "../../../common/fs/write-json-sync.injectable";
|
||||||
|
import { tableFeature } from "../../library";
|
||||||
|
|
||||||
type MainDiCallback = (container: { mainDi: DiContainer }) => void | Promise<void>;
|
type MainDiCallback = (container: { mainDi: DiContainer }) => void | Promise<void>;
|
||||||
type WindowDiCallback = (container: { windowDi: DiContainer }) => void | Promise<void>;
|
type WindowDiCallback = (container: { windowDi: DiContainer }) => void | Promise<void>;
|
||||||
@ -256,6 +257,7 @@ export const getApplicationBuilder = () => {
|
|||||||
registerFeature(
|
registerFeature(
|
||||||
windowDi,
|
windowDi,
|
||||||
applicationFeature,
|
applicationFeature,
|
||||||
|
tableFeature
|
||||||
);
|
);
|
||||||
|
|
||||||
windowDi.register(rendererExtensionsStateInjectable);
|
windowDi.register(rendererExtensionsStateInjectable);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user