-
Story
-
Resolution: Obsolete
-
Normal
-
None
-
None
-
None
-
3
-
False
-
False
-
Undefined
-
This will be an R&D story to explore how we can implement this in console. It might have dependencies on the OLM team.
This story was migrated from https://bugzilla.redhat.com/show_bug.cgi?id=1965520.
If you navigate to an operand's details page via Installed Operators > Operator details > operand tab > operand details, you get the details displayed via the `OperandDetails` component.
If you navigate to an operand's details page via Search or Administration > CustomResourceDefinitions > operand > Instances > instance details, you get the details displayed via the standard `ResourceDetailsPage` component.
For the latter to be consistent with the former, we basically need to use the “managed by” logic inside of `ResourceLink` in order to link to the `OperandDetails` page.