Closed yomybaby closed 1 week ago
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @yomybaby and the rest of your teammates on Graphite
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.
./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 |
100 tests passing in 13 suites.
Report generated by 🧪jest coverage report action from 90496bcf257e583b0c1b4aab2b6cf5e502a3f83e
For admin and superadmin:
For others:
Also, I changed the sorting function for the Kernel role select's options.
Resolves #2833
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.