From 759d11ff215ff94ef255f87ae190f802626918b0 Mon Sep 17 00:00:00 2001 From: Sheen Capadngan Date: Thu, 31 Oct 2024 19:05:53 +0800 Subject: [PATCH] feat: added key id column --- .../src/views/Project/KmsPage/components/CmekTable.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Project/KmsPage/components/CmekTable.tsx b/frontend/src/views/Project/KmsPage/components/CmekTable.tsx index 7a9d74082..78f6a32a6 100644 --- a/frontend/src/views/Project/KmsPage/components/CmekTable.tsx +++ b/frontend/src/views/Project/KmsPage/components/CmekTable.tsx @@ -220,7 +220,7 @@ export const CmekTable = () => { - + @@ -242,7 +243,7 @@ export const CmekTable = () => { - {isLoading && } + {isLoading && } {!isLoading && keys.length > 0 && keys.map((cmek) => { @@ -252,7 +253,7 @@ export const CmekTable = () => { return ( +
+
Name {
Key ID Algorithm Status Version
-
+
{name} {description && ( @@ -264,6 +265,7 @@ export const CmekTable = () => { )}
{id} {encryptionAlgorithm} {label}