-
Notifications
You must be signed in to change notification settings - Fork 98
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(manager-react-component): add service state badge component #15065
base: develop
Are you sure you want to change the base?
Conversation
packages/manager-react-components/src/components/ServiceStateBadge/ServiceStateBadge.tsx
Outdated
Show resolved
Hide resolved
packages/manager-react-components/src/components/ServiceStateBadge/ServiceStateBadge.spec.tsx
Outdated
Show resolved
Hide resolved
packages/manager-react-components/src/components/ServiceStateBadge/ServiceStateBadge.spec.tsx
Show resolved
Hide resolved
76c8b98
to
db435f1
Compare
@@ -0,0 +1,31 @@ | |||
import fr_FR from '@ovh-ux/manager-common-translations/dist/@ovh-ux/manager-common-translations/service/Messages_fr_FR.json'; |
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.
this seems risky and also the tests fails because of it, is it the way we should import it ? I don't think so but I'm not sure
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 think we need build the module before test.
Signed-off-by: Thibault Barske <[email protected]>
d8dc2f7
db435f1
to
d8dc2f7
Compare
Quality Gate passedIssues Measures |
develop
Description
Related
#15061