1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(namespace): create page layout [EE-6385] (#10675)

This commit is contained in:
Ali 2023-11-22 15:37:11 +13:00 committed by GitHub
parent 936a71ee00
commit a4926e5237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 10 deletions

View file

@ -27,7 +27,10 @@ export function CreateNamespaceView() {
<div className="form-horizontal">
<PageHeader
title="Create a namespace"
breadcrumbs="Create a namespace"
breadcrumbs={[
{ label: 'Namespaces', link: 'kubernetes.resourcePools' },
'Create a namespace',
]}
reload
/>