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
This commit makes the following changes to the Job creation form in the frontend:
- Jobs can now be created through the all-jobs page and the experiment -> job page.
- Entrypoint dropdown will be greyed out until experiment is selected, and will only show
entrypoints that are linked to the selected experiment
- Queue dropdown will be greyed out until entrypoint is selected, and will only show queues that
are linked to the selected entrypoint
- A message with link that opens a dialog box to update experiment/entrypoint associations is added
under the Entrypoint dropdown
- A message with link that opens a dialog box to update entrypoint/queue associations is added under
the Queue dropdown
- Returning to an unsaved form should give you the option to load previous values
0 commit comments