You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds an optional filtersSide?: 'left' | 'right' (default 'left') to
GitOpsTableView. Default keeps the OSS layout (filter rail on the left).
A host with its own left navigation rail (the Cloud hub) can pass 'right'
so the GitOps filters don't stack a second column against that nav and
instead match the host's other faceted pages.
Implemented with lg:flex-row-reverse on the row container plus a flipped
border side on the aside; mobile stacking (filters above the table) is
unchanged. Backwards-compatible: the only existing consumer (OSS web)
omits the prop and gets 'left'.
0 commit comments