docs(FR-2537): add board customization and auto-refresh to dashboard docs#6781
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 17, 2026
Merged
Conversation
Member
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Dashboard user-manual pages across all supported languages to better reflect current WebUI behavior and UI wording.
Changes:
- Added a note that the Total Resources in Resource Group panel may be hidden depending on system configuration.
- Emphasized the auto-refresh interval (15 seconds) and replaced the removed superadmin-dashboard section with a tip about new panels appearing after WebUI updates.
- Updated panel labels in Korean/Japanese to match the current UI phrasing.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/en/dashboard/dashboard.md | Adds note/tip callouts and emphasizes the auto-refresh interval. |
| packages/backend.ai-webui-docs/src/ko/dashboard/dashboard.md | Updates panel labels, adds note/tip callouts, and emphasizes auto-refresh interval. |
| packages/backend.ai-webui-docs/src/ja/dashboard/dashboard.md | Updates panel labels, adds note/tip callouts, and emphasizes auto-refresh interval. |
| packages/backend.ai-webui-docs/src/th/dashboard/dashboard.md | Adds note/tip callouts and emphasizes auto-refresh interval. |
fd1912f to
bfeea9f
Compare
Base automatically changed from
04-10-docs_add_start_from_url_and_announcement_banner_to_start_page_docs
to
main
April 17, 2026 10:17
76e977b to
2438ddb
Compare
Merge activity
|
…docs (#6781) Resolves #6681 (FR-2537) ## Summary - Document **board customization** via drag-and-drop on the Dashboard page - Document the **auto-refresh** toggle and 15-second refresh interval - Remove references to the Superadmin Dashboard per reviewer feedback (feature is hidden in current UI) ## Changes - `dashboard/dashboard.md` (en/ko/ja/th): board customization section, auto-refresh note, removed Superadmin Dashboard section and cross-references ## Context This PR re-creates the #6575 work after the original PR was accidentally squash merged with 29 commits from its ancestor PRs (reverted in #6780). Now scoped to dashboard.md only, stacked on top of #6574's branch. ## Test plan - [ ] Verify drag-and-drop board customization behavior is accurately described - [ ] Verify auto-refresh interval (15 seconds) matches the actual UI - [ ] Confirm Superadmin Dashboard removal is correct across all 4 languages
2438ddb to
3661e82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6681 (FR-2537)
Summary
Changes
dashboard/dashboard.md(en/ko/ja/th): board customization section, auto-refresh note, removed Superadmin Dashboard section and cross-referencesContext
This PR re-creates the #6575 work after the original PR was accidentally squash merged with 29 commits from its ancestor PRs (reverted in #6780). Now scoped to dashboard.md only, stacked on top of #6574's branch.
Test plan