I'm doing some custom styling on our status page and wanted to inquire if it's possible to disable the component group drop downs. The design ask is for the groups to display without the ability to toggle the groups closed.
I've attempted to disable by targeting HRB.utils.djshook('component-group-opener') and .group-parent-indicator with no luck.
Answered my own question. Just added flex (or display:block)to the .child-components-container.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.