-
Notifications
You must be signed in to change notification settings - Fork 112
feat(web-domains-data): ds records - datagrid #20644
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
base: feat/web-domain-data-2
Are you sure you want to change the base?
Conversation
6fedea9 to
81d13a4
Compare
f506f18 to
df9f104
Compare
df9f104 to
e53b284
Compare
fc16858 to
9ab072c
Compare
8521b2f to
d35717d
Compare
d35717d to
228c68d
Compare
f4d2682 to
a9440b0
Compare
ae7edb1 to
f07f976
Compare
| "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", |
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.
"Une erreur est survenue lors de la suppression de l'hôte" ?
| id: 'flags', | ||
| cell: (props: TDsDataInterface) => ( | ||
| <DataGridTextCell> | ||
| {props.flags} - Key Signing Key (KSK) |
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.
no translation here ?
| label: t('domain_dsrecords_table_header_flags'), | ||
| }, | ||
| { | ||
| id: 'algorithme', |
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.
| id: 'algorithme', | |
| id: 'algorithm', |
| id: 1, | ||
| label: t(`${NAMESPACES.ACTIONS}:modify`), | ||
| }, | ||
|
|
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.
| if (dsRecord.algorithm === 3) { | ||
| return { | ||
| ...dsRecord, | ||
| supportedAlgorithm: { name: 'RSASHZA3457', number: 3 }, |
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.
use const instead and explain why this value is not in the supportedAlgorithms const please :)
f07f976 to
68702df
Compare
ref:#DCE-28 Signed-off-by: Louis BENSI <[email protected]>
68702df to
77fd155
Compare
Description
Allow user to see the Ds Records list with datagrid
Ticket Reference: #DCE-28