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
Copy file name to clipboardExpand all lines: shell/config/pagination-table-headers.js
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,10 @@ export const STEVE_ID_COL = {
33
33
};
34
34
35
35
exportconstSTEVE_STATE_COL={
36
-
...STATE,
37
36
// Note, we're show the 'state' as per model, not the 'metadata.state.name' that's available in the model to remotely sort/filter
38
-
// Need to investigate whether we should 'dumb down' the state we show to the native one (tracked via https://github.com/rancher/dashboard/issues/8527)
39
-
// This means we'll show something different to what we sort and filter on.
40
-
sort: ['metadata.state.name'],
37
+
...STATE,
38
+
// non vai sort works on colour --> name. the best we can do here is error --> transitioning --> name
0 commit comments