Skip to content

Commit 2254c98

Browse files
Merge pull request #139 from openshift-cherrypick-robot/cherry-pick-131-to-release-4.21
[release-4.21] CNV-76115: fix misplaced Node network configuration navigation
2 parents e22237c + 7df155f commit 2254c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/nodenetworkconfiguration/manifest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const NodeNetworkConfigurationExtensions: EncodedExtension[] = [
1717
name: '%plugin__nmstate-console-plugin~Node network configuration%',
1818
section: 'networking-virt-perspective',
1919
perspective: 'virtualization-perspective',
20-
insertAfter: 'networkingseparator-1-virt-perspective',
20+
insertAfter: ['udns-virt-perspective', 'nodenetworkconfigurationpolicy-virt-perspective'],
2121
},
2222
type: 'console.navigation/href',
2323
} as EncodedExtension<HrefNavItem>,
@@ -31,7 +31,7 @@ export const NodeNetworkConfigurationExtensions: EncodedExtension[] = [
3131
id: 'node-network-configuration',
3232
name: '%plugin__nmstate-console-plugin~Node network configuration%',
3333
section: 'networking',
34-
insertAfter: 'networking-separator-1',
34+
insertAfter: ['udns', 'nodenetworkconfigurationpolicy'],
3535
},
3636
type: 'console.navigation/href',
3737
} as EncodedExtension<HrefNavItem>,

0 commit comments

Comments
 (0)