Revert NFS page variants, keep only title and icon additions

Roll back the NFS page component changes (BuiHeader, headerVariant,
NfsCatalogGraphPage, NfsDefaultImportPage) from catalog-graph and
catalog-import plugins. Only the title and icon metadata additions to the
new frontend system plugin definitions are retained.

For the kubernetes plugin, replace the generic RiShipLine icon with a
proper Kubernetes helm wheel SVG icon from Simple Icons.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-30 00:19:41 +02:00
parent 34f5dc5ae1
commit 3c0b453d7e
10 changed files with 133 additions and 195 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-graph': patch
---
The new frontend plugin entry now exposes a display title and icon for navigation, and the catalog graph page uses the Backstage UI header when rendered in the new frontend system.
Added `title` and `icon` to the new frontend system plugin definition.
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog-import': patch
---
Updated the catalog import plugin for the new frontend system with plugin title and icon metadata, and a page layout that uses Backstage UI header instead of legacy page chrome.
Added `title` and `icon` to the new frontend system plugin definition.