From 5758a3ae78dd7036c083efc6710034df1a22ad1a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Aug 2021 10:49:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20/td>=20in=20NodePortal.html/=E5=90=88?= =?UTF-8?q?=E7=BA=A6=E5=AE=9E=E4=BE=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/NodeContractInstances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/NodeContractInstances.js b/js/NodeContractInstances.js index 0dcd231..616ea0d 100644 --- a/js/NodeContractInstances.js +++ b/js/NodeContractInstances.js @@ -502,7 +502,7 @@ function drawCPTable(table) { ${i + 1} ${table[i].pid} ${table[i]['isLeak']} -${new Date(table[i]['cpuStart']).toLocaleString()}/td> +${new Date(table[i]['cpuStart']).toLocaleString()} ${table[i]['cpuTotal']} ${table[i]['cpuSys']} ${(table[i]['resident'] / (1024 * 1024)).toFixed(2)}MB