This message was deleted.
# general
a
This message was deleted.
f
I don't work on/for rancher anymore but no, the list is baked into the UI. https://github.com/rancher/dashboard/blob/master/shell/config/product/explorer.js#L105
c
You could always open a PR 😉
f
To read a display group out of a label on the CRD or something, maybe; but if it were still up to me I wouldn't merge a pr just adding a new
mapGroup('<http://random-company.com|random-company.com>', 'friendly name')
unless it's a common public tool
c
yeah that’s what I was thinking; it’d either have to be a common integration or a larger change to make it configurable. With the plugin stuff that’s coming I wouldn’t be surprised if someone’s working on that already though.
a
Looking at the
explorer.js
file, my mind was thinking something similar to the
NavLink
where there is a CRD to define all the mappings.