From 57a4d42c947d150750610b604df7cb51b10cedfb Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Thu, 19 Oct 2023 19:09:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=B3=BB=E7=BB=9F=E7=BB=84=E4=BB=B6):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96cpu=E8=B5=84=E6=BA=90=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E7=9A=84=E5=B1=95=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/resource-pool/NodeOperationLabel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/resource-pool/NodeOperationLabel.vue b/framework/sdk-parent/frontend/src/components/resource-pool/NodeOperationLabel.vue index 9f52633aa6..162d952138 100644 --- a/framework/sdk-parent/frontend/src/components/resource-pool/NodeOperationLabel.vue +++ b/framework/sdk-parent/frontend/src/components/resource-pool/NodeOperationLabel.vue @@ -13,7 +13,7 @@ v-if="nodeOperationInfo!== undefined && nodeOperationInfo.runningTask>0 && nodeOperationInfo.cpuUsage!== undefined" style="color:#A9A9A9"> {{ " CPU:" + nodeOperationInfo.cpuUsage }} - + {{ " CPU:" + nodeOperationInfo.cpuUsage }}