-
Notifications
You must be signed in to change notification settings - Fork 13
feat: show vdisks of selected group in a special color #1336
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: show vdisks of selected group in a special color #1336
Conversation
@@ -172,6 +172,7 @@ export function StorageGroupPage() { | |||
tableSettings={DEFAULT_TABLE_SETTINGS} | |||
visibleEntities="all" | |||
nodesUptimeFilter={NodesUptimeFilterValues.All} | |||
additionalNodesProps={{groupId: groupId || undefined}} |
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.
It conflicts with usage single Storage
component everywhere. If we will agree on it, your solution won't be valid. I suggest waiting until it's merged
8117076
to
e4a74b1
Compare
src/containers/Storage/Storage.tsx
Outdated
@@ -109,6 +109,7 @@ export const Storage = ({database, nodeId, groupId, pDiskId}: StorageProps) => { | |||
additionalNodesProps, | |||
visibleEntities, | |||
database, | |||
groupId: valueIsDefined(groupId) ? groupId.toString() : undefined, |
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.
groupId: groupId?.toString()
3e8b7e1
Closes #1335
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Bundle Size: ✅
Current: 79.00 MB | Main: 79.00 MB
Diff: +0.00 MB (0.00%)
✅ Bundle size unchanged.
ℹ️ CI Information