-
Notifications
You must be signed in to change notification settings - Fork 14
feat: dim vdisks on the node page that are not on the selected node #1369
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
Conversation
@@ -19,7 +21,7 @@ const b = cn('pdisk-storage-popup'); | |||
|
|||
const errorColors = [EFlag.Orange, EFlag.Red, EFlag.Yellow]; | |||
|
|||
export const preparePDiskData = (data: PreparedPDisk, nodes?: NodesMap) => { | |||
export const preparePDiskData = (data: PreparedPDisk, nodeName?: string) => { |
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.
Please, use nodeHost
name instead if nodeName
. NodeName
is another node field
There is an issue for displaying this property in tables: #1205
This comment relates to all entities in PR
{vDisks?.map((vDisk) => ( | ||
<VDiskItem | ||
key={stringifyVdiskId(vDisk.VDiskId)} | ||
vDisk={vDisk} | ||
inactive={!isVdiskActive(vDisk, viewContext)} | ||
highlightedVDisk={highlightedVDisk} | ||
setHighlightedVDisk={setHighlightedVDisk} | ||
/> | ||
))} |
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.
We are both currently working on storage. Please, don't make such changes, if you don't really need them, so there will be less conflict to resolve
2f52573
to
b437c1c
Compare
@artemmufazalov |
Closes #1361
Stand
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Bundle Size: ✅
Current: 79.13 MB | Main: 79.13 MB
Diff: +0.00 MB (0.00%)
✅ Bundle size unchanged.
ℹ️ CI Information