diff --git a/src/client/pages/Servers.tsx b/src/client/pages/Servers.tsx index 900e5f1..3733e13 100644 --- a/src/client/pages/Servers.tsx +++ b/src/client/pages/Servers.tsx @@ -244,6 +244,13 @@ export const ServerList: React.FC<{ )} / ${filesize(record.payload.hdd_total * 1000 * 1000)}`; }, }, + { + key: 'updatedAt', + title: 'updatedAt', + render: (val) => { + return dayjs(val).format('MMM D HH:mm:ss'); + }, + }, ]; }, []);