Skip to content

Conversation

@louisbensiovh
Copy link
Contributor

@louisbensiovh louisbensiovh commented Nov 26, 2025

Description

Allow user to see the Ds Records list with datagrid

Ticket Reference: #DCE-28

@louisbensiovh louisbensiovh requested a review from a team as a code owner November 26, 2025 13:42
@louisbensiovh louisbensiovh requested review from SBrendan, kb-ovh and nfoufeovh and removed request for a team November 26, 2025 13:42
@louisbensiovh louisbensiovh force-pushed the feat/DCE-28 branch 2 times, most recently from 6fedea9 to 81d13a4 Compare November 27, 2025 14:45
@github-actions github-actions bot added the has conflicts Has conflicts to resolve before merging label Nov 27, 2025
@louisbensiovh louisbensiovh force-pushed the feat/DCE-28 branch 2 times, most recently from f506f18 to df9f104 Compare November 27, 2025 15:23
@github-actions github-actions bot added has conflicts Has conflicts to resolve before merging and removed has conflicts Has conflicts to resolve before merging labels Nov 27, 2025
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Nov 27, 2025
@louisbensiovh louisbensiovh force-pushed the feat/DCE-28 branch 3 times, most recently from fc16858 to 9ab072c Compare November 27, 2025 15:41
@kb-ovh kb-ovh force-pushed the feat/web-domain-data-2 branch from 8521b2f to d35717d Compare November 27, 2025 16:13
@kb-ovh kb-ovh requested review from a team as code owners November 27, 2025 16:13
@kb-ovh kb-ovh requested review from MaximeBajeux, aboungnaseng-ovhcloud, achrafHafedh, anooparveti and helabenkhalfallah and removed request for a team November 27, 2025 16:13
@github-actions github-actions bot added has conflicts Has conflicts to resolve before merging dependencies Pull requests that update a dependency file container labels Nov 27, 2025
@kb-ovh kb-ovh force-pushed the feat/web-domain-data-2 branch from d35717d to 228c68d Compare November 27, 2025 16:46
@louisbensiovh louisbensiovh force-pushed the feat/DCE-28 branch 5 times, most recently from f4d2682 to a9440b0 Compare December 1, 2025 13:38
@github-actions github-actions bot removed the has conflicts Has conflicts to resolve before merging label Dec 1, 2025
@louisbensiovh louisbensiovh force-pushed the feat/DCE-28 branch 2 times, most recently from ae7edb1 to f07f976 Compare December 1, 2025 13:49
@github-actions github-actions bot removed dependencies Pull requests that update a dependency file container labels Dec 1, 2025
"domain_tab_hosts_modal_delete_information_message": "Êtes-vous sur de voulour supprimer cet hôte ?",
"domain_tab_hosts_modal_delete_success_message": "L'hôte est en cours de suppression",
"domain_tab_hosts_modal_delete_error_message": "Une erreur a été détectée lors de la suppression de l'hôte"
"domain_tab_hosts_modal_delete_error_message": "Une erreur a été détectée lors de la suppression de l'hôte",
Copy link
Contributor

Choose a reason for hiding this comment

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

"Une erreur est survenue lors de la suppression de l'hôte" ?

id: 'flags',
cell: (props: TDsDataInterface) => (
<DataGridTextCell>
{props.flags} - Key Signing Key (KSK)
Copy link
Contributor

Choose a reason for hiding this comment

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

no translation here ?

label: t('domain_dsrecords_table_header_flags'),
},
{
id: 'algorithme',
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
id: 'algorithme',
id: 'algorithm',

id: 1,
label: t(`${NAMESPACES.ACTIONS}:modify`),
},

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change

if (dsRecord.algorithm === 3) {
return {
...dsRecord,
supportedAlgorithm: { name: 'RSASHZA3457', number: 3 },
Copy link
Contributor

Choose a reason for hiding this comment

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

use const instead and explain why this value is not in the supportedAlgorithms const please :)

ref:#DCE-28

Signed-off-by: Louis BENSI <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants