Align NFS headers with existing BUI page patterns
Update migrated NFS pages to use the existing HeaderPage contract instead of extending Backstage UI, and move DevTools to real subpages with the legacy DevTools content blueprint removed. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -195,11 +195,7 @@ export const NfsApiExplorerPage = (props: DefaultApiExplorerPageProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<HeaderPage
|
||||
title={t('defaultApiExplorerPage.title')}
|
||||
subtitle={generatedSubtitle}
|
||||
customActions={headerActions}
|
||||
/>
|
||||
<HeaderPage title={generatedSubtitle} customActions={headerActions} />
|
||||
<Content>
|
||||
<ApiExplorerPageContent
|
||||
initiallySelectedFilter={initiallySelectedFilter}
|
||||
|
||||
Reference in New Issue
Block a user