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
Makes runs table use hparam store for hparam columns (#6736)
## Motivation for features / changes
To display shared hparam columns across runs and scalar tables, both
should read this data from the same hparam store. This PR first applies
this change to the runs table.
## Technical description of changes
Updates runs table to use columns from the hparam store, and to dispatch
hparam actions
misc:
- Loads hparams from local storage on persistentSettingsLoaded
- Explicitly sets runs table header context menu options in selector
(they will differ for scalar tables)
- Shows "hidden" (i.e. disabled) columns in the runs table (hide will
only apply to scalar tables)
## Screenshots of UI changes (or N/A)
UI works the same
## Detailed steps to verify changes work correctly (as executed by you)
Manually verified that adding/removing/filter columns is unchanged
0 commit comments