Grouped basic types cannot be properly configured when the backend needs to be installed. #541
Unanswered
xingzhang-suse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According the UX design of SBOMScanner UI extension, we have a grouped menu in the sidebar menu. We implemented the code according the Rancher UI extension document. By this implementation, when the backend has not been installed, the sidebar menu is showing like this.

The parent of this grouped menu "Advanced" is showing, but it will lead the user to error page as the resource is not there as the backend has not been installed.

I confirmed that
basicTypedoes not have a way to show and hide by the criteria of "ifHaveType" asvirtualType. At least there is not any way to resolve it according to the document.If we keep this UX design, could we avoid this issue? Could you please suggest me any workaround on this problem?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions