kubevirt-ui / kubevirt-plugin

Kubevirt plugin for Openshift Console
Apache License 2.0
12 stars 23 forks source link

Support console extensions to VM details navigation #2085

Closed evanstoner closed 1 month ago

evanstoner commented 1 month ago

Hello, we're a Red Hat partner building some console extensions and would like to add a horizontal nav tab to the VM details page. Without the KubeVirt plugin loaded, we can do this by adding a console.tab/horizontalNav extension for the VirtualMachine kind. However, once this plugin is loaded, the nav list is loaded from the useVirtualMachineTabs hook so our tab does not appear.

spadgett commented 1 month ago

cc @tnisan @avivtur @upalatucci @pcbailey

upalatucci commented 1 month ago

hei @evanstoner we fixed it here: https://github.com/kubevirt-ui/kubevirt-plugin/pull/2092

Thank you for taking the time to open the issue

It would be interesting to understand what you are doing in your extension and if there is something else we can add to support your team