File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/views/nodenetworkconfiguration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 > ,
You can’t perform that action at this time.
0 commit comments