workfloworchestrator / orchestrator-core-gui

The orchestrator frontend.
Apache License 2.0
7 stars 10 forks source link

Add modal to process table #232

Closed Sparrow1029 closed 1 year ago

Sparrow1029 commented 1 year ago

For Processes which can modify/touch multiple Subscriptions (a rare and non-standard case), the ProcessTable component's default rendering style is to join an EuiFlexGroup of Links with a forward slash (/).

This works for one or two <Link> components, but quickly breaks with more than three.

This MR moves any group of cell data with more than 3 items into a scrollable Modal component for legibility.