plugins: add title, icon, and NFS page variants to migrated plugins
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
"@backstage/plugin-kubernetes-common": "workspace:^",
|
||||
"@backstage/plugin-kubernetes-react": "workspace:^",
|
||||
"@backstage/plugin-permission-react": "workspace:^",
|
||||
"@material-ui/core": "^4.12.2"
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@remixicon/react": "^4.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "workspace:^",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
import { createFrontendPlugin } from '@backstage/frontend-plugin-api';
|
||||
import { RiShipLine } from '@remixicon/react';
|
||||
import { kubernetesPage } from './pages';
|
||||
import { entityKubernetesContent } from './entityContents';
|
||||
import { rootCatalogKubernetesRouteRef } from '../plugin';
|
||||
@@ -27,6 +28,8 @@ import {
|
||||
|
||||
export default createFrontendPlugin({
|
||||
pluginId: 'kubernetes',
|
||||
title: 'Kubernetes',
|
||||
icon: <RiShipLine />,
|
||||
info: { packageJson: () => import('../../package.json') },
|
||||
extensions: [
|
||||
kubernetesPage,
|
||||
|
||||
Reference in New Issue
Block a user