adamant-kite-43734
10/02/2025, 8:32 AMbusy-ability-54059
10/02/2025, 9:53 AMbusy-ability-54059
10/02/2025, 11:59 AMShow Configuration is only coming from 2.13 Rancher versions and onwards and shell came from the updated UI with that part, wrongfully.
A quick fix for your CRD is to disable this menu entry in your CRD model file with:
disableResourceDetailDrawer() { return true }
Example of a model files in Elemental extension:
https://github.com/rancher/elemental-ui/tree/main/pkg/elemental/models
I’ll have a look at the possibility of fix this on our side and pushing out Shell 3.0.6hundreds-sugar-37524
10/02/2025, 12:12 PMdisableResourceDetailDrawer sounds good but there are a lot of other changes between releases 3.0.5-rc.6 and 3.0.5 so I was wondering whether extensions should generally match the UI shell version.
I noticed the Show configuration issue but I may have overlooked other incompatibilities.hundreds-sugar-37524
10/02/2025, 12:56 PMbusy-ability-54059
10/02/2025, 1:40 PMhundreds-sugar-37524
10/02/2025, 1:40 PMbusy-ability-54059
10/03/2025, 9:16 AM3.0.6 with a bug fix for your issue. You should not be seeing the Show Configuration table action anymore on non-compatible Rancher systems 🙏hundreds-sugar-37524
10/03/2025, 12:14 PM