-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: Add frontend-endpoint
and hide-side-menu-button
to webserver's pipeline configs
#1692
Conversation
.feature.md -> 1692.feature.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In lablup/backend.ai-webui#1929, the fasttrack's endpoint is saved named endpoint
not fasttrack-endpoint
. If you want to rename this, it needs a new PR to handle that in webui.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
frontend-endpoint
and hide-button
to webserver's pipeline configsfrontend-endpoint
and hide-side-menu-button
to webserver's pipeline configs
After this PR merged, let's make a WebUI PR to use these options. |
…r's pipeline configs (#1692) Backported-from: main Backported-to: 23.09
This PR is a follow-up of #1576
This PR adds additional configs
frontend-endpoint
andhide-button
to webserver's pipeline configs.pipeline.frontend-endpoint
will be used for "FastTrack" shortcut button on WebUI. Currently, the button is usingpipeline.endpoint
, which references the pipeline service's API server. The value has to be the pipeline service's frontend app as the button is intended to be a shortcut for the pipeline service.hide-button
will provide an option to hide the "FastTrack" button or not.Checklist: (if applicable)