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
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Currently, OpenPAI webportal does not support submit yaml directly. User's yaml config will be sequelized and set some default values.
Goal
Create a new page for user to submit a protocol yaml config directly without any modification.
Provide a editor to edit the config.
Test cases
Import example yaml file from local, and display in editor component with validation info update, if validation success, submit button will be available.
Edit imported example yaml file, delete some required item, validation info should go wrong,
Copy success job config yaml file from job list, paste it in editor component, change job name. The validation info should be success and submit it should be no error, and can see new job in job list.