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
Linked Time: Make timeSelection optional in fob controllers (#6005)
* Motivation for features / changes
We would like to be able to enable step selection using a prospective
fob. The prospective fob is currently implemented withing the
fob_controller_component which has a required `timeSelection` parameter.
* Screenshots of UI changes
None
* Detailed steps to verify changes work correctly (as executed by you)
1) Start tensorboard
2) Go to
[http://localhost:6006?enableDataTable=true&enableProspectiveFob=true](http://localhost:6006?enableDataTable=true&enableProspectiveFob=true)
3) View a scalar card
4) Assert that no fobs are shown
5) Enable step selection
6) Assert that a single fob is shown
0 commit comments