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:
parent
936a71ee00
commit
a4926e5237
2 changed files with 11 additions and 10 deletions
|
@ -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
|
||||
/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue