-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UI bug] Missing configuration fields in form #1443
Comments
I'll continue working on this now that the first iteration of our new UI #1421 is merged. @andreyvelich @gaocegege @johnugeorge I see that the current UI has a way to automatically detect the Trial parameters. How exactly does this work? Does the UI parse the string content from the provided ConfigMaps and detects the Also @andreyvelich could you also add this issue to our Kanban board? |
/assign @kimwnasptd |
Thanks @kimwnasptd!
Yes: katib/pkg/ui/v1beta1/frontend/src/reducers/general.js Lines 88 to 109 in 081db0d
It just parses parameters for the given YAML Trial template. |
ACK, I'll mimic this logic then. Also, I was thinking about making the My only question is if this holds for NAS Experiments. Looking at the docs I see they hint that the Do you guys think I could make the |
Also I can confirm that I can create Experiments using the new UI's form, once it also sets the So I'll move on to including the I see that
|
I think it's great improvements for the HP experiment since almost every time For WDYT @gaocegege @johnugeorge ? |
Thank you for your effort @kimwnasptd, it's great. |
closing this issue since #1463 has added the missing fields of the form. The form is now on par with the current default UI. |
/kind bug
The new Katib UI's form for submitting
Experiment
CRs is missing the following fields, which are present in the current UI's form:The most important one is the
TrialParameters
since without it the user cannot submit an Experiment by only using the form./cc @andreyvelich
The text was updated successfully, but these errors were encountered: