-
Notifications
You must be signed in to change notification settings - Fork 781
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: added view pod manifest #549
Conversation
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.
@knav33n thanks for the PR. I left two comments on button styling
setModal({ on: true }); | ||
}} | ||
> | ||
View Manifest |
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 make this <h4>
. Also, you can add this icon since other buttons have it - <FileTextOutlined />
<PodLogs pod={{ ...pod, namespace }} /> | ||
<PodManifest pod={{ ...pod, namespace }} /> | ||
<Col span={12} style={{ paddingRight: 4, marginTop: 10 }}> | ||
<Button |
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 align buttons in the same column so they are one under the other?
@petar-cvit thanks for reviewing the PR. I've made the necessary changes to the button styling as per your comments. Let me know if there's anything else! |
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.
Thanks @knav33n π§‘
Awesome job on splitting the buttons to components!
closes #539
π Description
β Checks
βΉ Additional context