-
Notifications
You must be signed in to change notification settings - Fork 10
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: add storage group page #1289
Conversation
0f71f28
to
6e0eeb4
Compare
if (valueIsDefined(LatencyPutTabletLog)) { | ||
storageGroupInfoSecondColumn.push({ | ||
label: storageGroupInfoKeyset('latency-put-tablet-log'), | ||
value: `${LatencyPutTabletLog} ms`, |
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.
Here and farther lets add spaces between the digits of the number (like it is done in Available Space
field)
} | ||
|
||
return ( | ||
<div className={b('wrapper', className)}> |
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.
lets use Flex
component
|
||
return ( | ||
<div className={b('wrapper', className)}> | ||
<div className={b('col')}> |
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.
do we need this wrapper?
}; | ||
|
||
return ( | ||
<div className={storageGroupPageCn()}> |
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.
Flex
?
Stand
Closes #1159
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
Bundle Size: 🔺
Current: 78.96 MB | Main: 78.84 MB
Diff: +0.12 MB (0.15%)
ℹ️ CI Information