hundreds-sugar-37524
10/02/2025, 8:32 AMShow configuration
button on list views for my CRD is not working. I think this is expected as it was introduced in Resource Detail: Give all resources the Show Configuration action · Issue #14824 · rancher/dashboard targeting v2.13 but Support matrixes | Rancher UI Extensions does not mention rancher 2.11+busy-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.6
hundreds-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