Skip to content
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(BA-722): set webserver config for showing kernel list in session detail panel #3671

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ironAiken2
Copy link

@ironAiken2 ironAiken2 commented Feb 12, 2025

resolves #3668(BA-722)

Add show_kernel_list option to webserver config file to display or hide the kernel list in the session detail panel.

Add configs not specified in sample.toml

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

@github-actions github-actions bot added the comp:webserver Related to Web Server component label Feb 12, 2025
Copy link
Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added the size:S 10~30 LoC label Feb 12, 2025
@ironAiken2 ironAiken2 force-pushed the feat/webserver-conf-for-kernel-list branch from 7bb2eff to 962ee77 Compare February 12, 2025 06:49
@ironAiken2 ironAiken2 changed the title feat: set webserver config for showing kernel list in session detail panel feat(BA-722): set webserver config for showing kernel list in session detail panel Feb 12, 2025
@ironAiken2 ironAiken2 marked this pull request as ready for review February 12, 2025 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:webserver Related to Web Server component size:S 10~30 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need to add the ability to enable kernel list inside session detail panel to webserver.conf.
1 participant