Skip to content
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

fix(pci-public-ip): add marging the button action in all datagrid #11650

Merged
merged 1 commit into from May 13, 2024

Conversation

seven-amid
Copy link
Contributor

ref: DTCORE-2188

Question Answer
Branch? feat/pci-public-ip
Bug fix? yes
New feature? no
Breaking change? no
Tickets DTCORE-2188
License BSD 3-Clause
  • Try to keep pull requests small so they can be easily reviewed.
  • Commits are signed-off
  • Only FR translations have been updated
  • Branch is up-to-date with target branch
  • Lint has passed locally
  • Standalone app was ran and tested locally
  • Ticket reference is mentioned in linked commits (internal only)
  • Breaking change is mentioned in relevant commits

Description

Related

ref: DTCORE-2188
Signed-off-by: LIDRISSI Hamid <abdelghani-lidrissi.hamid.ext@ovhcloud.com>
@seven-amid seven-amid requested review from a team as code owners May 6, 2024 09:41
@seven-amid seven-amid requested review from kqesar and frenautvh and removed request for a team May 6, 2024 09:41
@github-actions github-actions bot added the bug Something isn't working label May 6, 2024
Copy link

sonarcloud bot commented May 6, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@frenautvh frenautvh requested a review from sidlynx May 7, 2024 09:52
@@ -132,7 +132,9 @@ export default function FailoverIPComponent({
{
id: 'actions',
cell: (props: FailoverIP) => (
<FailoverIPActions projectId={projectId} ipId={props.id} />
<div className="min-w-16">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not mandatory but the React best practice would to create a small Wrapper <Cell> around your component to share the same style

@seven-amid seven-amid merged commit ab53e6e into feat/pci-public-ip May 13, 2024
14 checks passed
@seven-amid seven-amid deleted the fix/DTCORE-2188 branch May 13, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants