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
ui: include machine_id in power rail plugin track ordering logic
currently power rail tracks from different machines get mixed
together, since we're only sorting by track name. To provide better
ux and be consitent with the rest of the ui, make the machine_id
the primary sort key, so that we will group rails from the same
machine together.
0 commit comments