From 3f3992307050fcf283965035835267bdc24c4d04 Mon Sep 17 00:00:00 2001 From: Vinix Date: Wed, 1 Oct 2025 15:14:17 +0700 Subject: [PATCH] update: adjust column widths in ListDevice component for better layout --- src/pages/master/device/component/ListDevice.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/master/device/component/ListDevice.jsx b/src/pages/master/device/component/ListDevice.jsx index b4659f4..6e5404e 100644 --- a/src/pages/master/device/component/ListDevice.jsx +++ b/src/pages/master/device/component/ListDevice.jsx @@ -45,7 +45,7 @@ const columns = (items, handleClickMenu) => [ title: 'Device Code', dataIndex: 'device_code', key: 'device_code', - width: '8%', + width: '5%', }, { title: 'Device Name', @@ -57,13 +57,13 @@ const columns = (items, handleClickMenu) => [ title: 'Location', dataIndex: 'device_location', key: 'device_location', - width: '12%', + width: '10%', }, { title: 'IP Address', dataIndex: 'ip_address', key: 'ip_address', - width: '13%', + width: '10%', }, { title: 'Status',