-
Notifications
You must be signed in to change notification settings - Fork 13
fix(Cluster): layout for tabs content #2219
New issue
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No 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? No Sign in to your account
Conversation
@astandrik found out that almost all tables under tabs in Cluster page has same problems with filters. So in this PR I fix all of them. |
src/styles/mixins.scss
Outdated
@mixin cluster-full-width-area() { | ||
width: unset; | ||
margin-right: -40px; | ||
padding-right: 40px; | ||
padding-left: 20px; | ||
|
||
transform: translateX(-20px); | ||
} |
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.
Can you think off a better approach? It seems, there is no such problem on other pages, where paginated tables are used (Diagnostics, Node, PDisk, VDisk), so the problem is somewhere in cluster page layout
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.
Actually, there is a problem, but the problem is connected with TableGroups
, your PR fixes it only for Storage
and there is still a bug for Nodes
table. I suggest updating css for TableGroups
themselves, instead of adding some hacks for wrappers
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.
I've totally reworked this PR. It seems to look much nicer now!
Stand is redeployed.
498b37f
to
9e1a14c
Compare
9e1a14c
to
3daa6b1
Compare
3daa6b1
to
8d1349e
Compare
closes #2195
stand
CI Results
Test Status:⚠️ FLAKY
📊 Full Report
😟 No changes in tests. 😕
Bundle Size: ✅
Current: 83.37 MB | Main: 83.37 MB
Diff: 1.22 KB (-0.00%)
✅ Bundle size unchanged.
ℹ️ CI Information