lablup / backend.ai-webui

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
110 stars 73 forks source link

feat: display kernel node id and idx in Kernel select component #2832

Closed yomybaby closed 1 week ago

yomybaby commented 2 weeks ago

Resolves #2833

image.png

Changes: Enhances the container log modal dropdown by adding node IDs alongside cluster roles. The first 5 characters of each node's row_id are now displayed in a monospace font next to the cluster role, making it easier to identify specific nodes.

Visual Impact: The dropdown now shows entries in the format: cluster_role (12345) where the ID portion is styled with a monospace font and secondary color.

yomybaby commented 2 weeks ago

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

Join @yomybaby and the rest of your teammates on Graphite Graphite

graphite-app[bot] commented 2 weeks ago

Your org requires the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

github-actions[bot] commented 2 weeks ago

Coverage report for ./react

St.:grey_question:
Category Percentage Covered / Total
🔴 Statements 5.03% 367/7296
🔴 Branches 4.39% 221/5035
🔴 Functions 2.95% 71/2409
🔴 Lines 4.93% 352/7135

Test suite run success

100 tests passing in 13 suites.

Report generated by 🧪jest coverage report action from 90496bcf257e583b0c1b4aab2b6cf5e502a3f83e

yomybaby commented 1 week ago

For admin and superadmin:

image

For others:

image

Also, I changed the sorting function for the Kernel role select's options.

graphite-app[bot] commented 1 week ago

Merge activity