Skip to content

Commit

Permalink
feat(cc-tile-consumption)!: remove component
Browse files Browse the repository at this point in the history
  • Loading branch information
hsablonniere committed Jun 26, 2023
1 parent 879bc30 commit e7a859f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 187 deletions.
106 changes: 0 additions & 106 deletions src/components/cc-tile-consumption/cc-tile-consumption.js

This file was deleted.

51 changes: 0 additions & 51 deletions src/components/cc-tile-consumption/cc-tile-consumption.stories.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/components/cc-tile-consumption/cc-tile-consumption.test.js

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions src/translations/translations.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,13 +788,6 @@ export const translations = {
'cc-tcp-redirection-form.error': `Something went wrong while loading TCP redirections.`,
'cc-tcp-redirection-form.title': `TCP Redirections`,
//#endregion
//#region cc-tile-consumption
'cc-tile-consumption.amount': ({ amount }) => formatCurrency(lang, amount),
'cc-tile-consumption.error': `Something went wrong while loading consumption info.`,
'cc-tile-consumption.last-30-days': `Last 30 days`,
'cc-tile-consumption.title': `Credits consumption`,
'cc-tile-consumption.yesterday': `Yesterday`,
//#endregion
//#region cc-tile-deployments
'cc-tile-deployments.empty': `No deployments yet.`,
'cc-tile-deployments.error': `Something went wrong while loading deployments info.`,
Expand Down
7 changes: 0 additions & 7 deletions src/translations/translations.fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -801,13 +801,6 @@ export const translations = {
'cc-tcp-redirection-form.error': `Une erreur est survenue pendant le chargement des redirections TCP.`,
'cc-tcp-redirection-form.title': `Redirections TCP`,
//#endregion
//#region cc-tile-consumption
'cc-tile-consumption.amount': ({ amount }) => formatCurrency(lang, amount),
'cc-tile-consumption.error': `Une erreur est survenue pendant le chargement de la consommation.`,
'cc-tile-consumption.last-30-days': `30 derniers jours`,
'cc-tile-consumption.title': `Consommation de crédits`,
'cc-tile-consumption.yesterday': `Hier`,
//#endregion
//#region cc-tile-deployments
'cc-tile-deployments.empty': `Pas encore de déploiement.`,
'cc-tile-deployments.error': `Une erreur est survenue pendant le chargement des déploiements.`,
Expand Down

0 comments on commit e7a859f

Please sign in to comment.