Commit 356529f
authored
HParams: Add feature flag to control the rollout of the hparams in time series (#6308)
## Motivation for features / changes
We are about to start working on a new feature to show hparams in the
runs table and the scalar card data table and would like to control its
roll out.
## Technical description of changes
I added a new feature flag.
## Screenshots of UI changes

## Detailed steps to verify changes work correctly (as executed by you)
1) Start tensorboard
2) Navigate to localhost:6006?showFlags=hparams
3) Ensure the new feature flag is shown in the modal
1 parent 56b38b7 commit 356529f
File tree
2 files changed
+7
-0
lines changed- tensorboard/webapp/feature_flag
- store
2 files changed
+7
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
0 commit comments