From 0f2d9a5462c28c0f14c14a1e8dae9cf4ab0ef579 Mon Sep 17 00:00:00 2001 From: nareunhang Date: Thu, 28 Nov 2024 10:10:32 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20Subnet=20CSS=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Features/VPC/Subnet/table/SubnetRow.jsx | 4 ++-- .../Features/VPC/Subnet/table/TableHeader.jsx | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/SubnetRow.jsx b/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/SubnetRow.jsx index 51816b7..73ac7ac 100644 --- a/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/SubnetRow.jsx +++ b/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/SubnetRow.jsx @@ -25,7 +25,7 @@ function SubnetRow({ customer, isEven, isSelected, onCheckboxChange }) { className={styles.checkbox} /> -
+
{`${customer.provider} {customer.availableip}
-
+
{customer.az || '-'}
diff --git a/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/TableHeader.jsx b/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/TableHeader.jsx index 2bb8d34..d16674c 100644 --- a/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/TableHeader.jsx +++ b/aiwa-mcp-frontend/src/Console/Features/VPC/Subnet/table/TableHeader.jsx @@ -12,14 +12,14 @@ function TableHeader({ onSelectAll, allSelected }) { className={styles.checkbox} />
-
Provider
-
Name
+
Provider
+
Name
{/*
Description
*/} -
Status
-
VPC ID
-
CIDR
-
Available IP
-
AZ
+
Status
+
VPC ID
+
CIDR
+
Available IP
+
AZ
{/*
Routing Table
*/} );