From 726ec1b406af5a4510a6ea3554889d4b727a81c9 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 4 Jul 2022 11:41:40 +0800 Subject: [PATCH] Update index.js --- route/static/app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/static/app/index.js b/route/static/app/index.js index b82771b17..96e16dc15 100755 --- a/route/static/app/index.js +++ b/route/static/app/index.js @@ -140,7 +140,7 @@ function getDiskInfo() { //判断linode信息是否存在 var inodes = ''; - if (typeof (rdata[i]['inodes']!=='undefined'){ + if ( typeof(rdata[i]['inodes']) !=='undefined' ){ inodes = '
' + rdata[i].size[3].replace('%', '') + '%
'; } dBody = '
  • ' +