Skip to content

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

Merged
merged 11 commits into from
Sep 24, 2024

Conversation

astandrik
Copy link
Collaborator

@astandrik astandrik commented Sep 23, 2024

Closes #1335

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
124 122 0 2 0

Bundle Size: ✅

Current: 79.00 MB | Main: 79.00 MB
Diff: +0.00 MB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@astandrik astandrik changed the title feat: how vdisks of selected group in a special color feat: show vdisks of selected group in a special color Sep 23, 2024
@@ -172,6 +172,7 @@ export function StorageGroupPage() {
tableSettings={DEFAULT_TABLE_SETTINGS}
visibleEntities="all"
nodesUptimeFilter={NodesUptimeFilterValues.All}
additionalNodesProps={{groupId: groupId || undefined}}
Copy link
Member

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

#1321

@astandrik astandrik force-pushed the astandrik.show-vdisks-of-selected-group-1335 branch from 8117076 to e4a74b1 Compare September 24, 2024 10:56
@Raubzeug Raubzeug linked an issue Sep 24, 2024 that may be closed by this pull request
Raubzeug
Raubzeug previously approved these changes Sep 24, 2024
@@ -109,6 +109,7 @@ export const Storage = ({database, nodeId, groupId, pDiskId}: StorageProps) => {
additionalNodesProps,
visibleEntities,
database,
groupId: valueIsDefined(groupId) ? groupId.toString() : undefined,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

groupId: groupId?.toString()

artemmufazalov
artemmufazalov previously approved these changes Sep 24, 2024
@astandrik astandrik dismissed stale reviews from artemmufazalov and Raubzeug via 3e8b7e1 September 24, 2024 15:39
@astandrik astandrik enabled auto-merge September 24, 2024 15:41
@astandrik astandrik added this pull request to the merge queue Sep 24, 2024
Merged via the queue into main with commit 5402c86 Sep 24, 2024
6 checks passed
@astandrik astandrik deleted the astandrik.show-vdisks-of-selected-group-1335 branch September 24, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storage group page: show vdisks of selected group in a special color
3 participants