Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 99f3b77

Browse files
committed
@project-octant/plugin v0.2.1
Signed-off-by: Scott Andrews <andrewssc@vmware.com>
1 parent 9d0b6b9 commit 99f3b77

File tree

11 files changed

+10
-959
lines changed

11 files changed

+10
-959
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@kubernetes/client-node": "^0.12.0",
27-
"@project-octant/plugin": "^0.2.0",
27+
"@project-octant/plugin": "^0.2.1",
2828
"route-recognizer": "^0.3.4",
2929
"yaml": "^1.10.0"
3030
},

src/components/not-found.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { createContentResponse } from "@project-octant/plugin/helpers";
1313

1414
// components
1515
import { ListFactory } from "@project-octant/plugin/components/list";
16-
import { TextFactory } from "../overrides/text";
16+
import { TextFactory } from "@project-octant/plugin/components/text";
1717

1818
interface NotFoundParameters {
1919
contentPath: string;

src/knative.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import YAML from "yaml";
1313

1414
// plugin contains interfaces your plugin can expect
1515
// this includes your main plugin class, response, requests, and clients.
16-
import * as octant from "./overrides/octant";
16+
import * as octant from "@project-octant/plugin";
1717

1818
// helpers for generating the
1919
// objects that Octant can render to components.
@@ -22,7 +22,7 @@ import * as h from "@project-octant/plugin/helpers";
2222
// components
2323
import { ComponentFactory, FactoryMetadata } from "@project-octant/plugin/components/component-factory";
2424
import { ButtonGroupFactory } from "@project-octant/plugin/components/button-group";
25-
import { EditorFactory } from "./overrides/editor";
25+
import { EditorFactory } from "@project-octant/plugin/components/editor";
2626
import { MetadataSummaryFactory } from "./components/metadata";
2727
import { notFoundContentResponse } from "./components/not-found";
2828
import { knativeLinker } from "./components/linker";

src/overrides/dashboard.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/overrides/editor.ts

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)