diff --git a/web/index.html b/web/index.html index bfb9742..39708e9 100644 --- a/web/index.html +++ b/web/index.html @@ -18,7 +18,7 @@ diff --git a/web/js/script.js b/web/js/script.js index 3ae45e9..4a085cb 100644 --- a/web/js/script.js +++ b/web/js/script.js @@ -205,7 +205,7 @@ function displayServerData(data){ tmpClass = "state-occupy"; else if (availableNum / totalNum < 0.3) tmpClass = "state-light-occupy"; - storageInfo.innerHTML += '' + targetPath + " : " + availableStorage + " / " + totalStorage + "
"; }