-
Notifications
You must be signed in to change notification settings - Fork 13
feat: add developer ui links to disks popups #1512
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
@@ -88,18 +91,18 @@ export const HoverPopup = ({ | |||
|
|||
return ( | |||
<React.Fragment> | |||
<div ref={anchor} onMouseEnter={onMouseEnter} onMouseLeave={onMouseLeave}> | |||
<span ref={anchor} onMouseEnter={onMouseEnter} onMouseLeave={onMouseLeave}> |
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.
div
without additional styling doesn't work well for PDiskSpaceDistribution
}); | ||
|
||
pdiskData.push({ | ||
label: 'Links', |
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.
There is no i18n
for this files, I don't want mix this chores with this feature (since it creates big diffs)
const preparedVDisks = WhiteboardVDisksData.map(prepareVDiskData).sort( | ||
(disk1, disk2) => Number(disk2.VDiskSlotId) - Number(disk1.VDiskSlotId), | ||
); | ||
const preparedVDisks = WhiteboardVDisksData.map((disk) => prepareVDiskData({...disk, NodeId})); |
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.
There is no NodeId
in WhiteboardVDisksData
, without it there is no VDisk Developer UI link in PDiskSpaceDistribution
Closes #1434
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Bundle Size: 🔺
Current: 79.03 MB | Main: 79.03 MB
Diff: +0.00 MB (0.01%)
ℹ️ CI Information