Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorPatrik Kernstock <info@pkern.at>2018-09-03 14:15:23 +0300
committerPatrik Kernstock <info@pkern.at>2018-09-03 14:15:23 +0300
commit57090e81638783e2302cb87e3a0e8ff52018102d (patch)
tree05715aa9b66920a29c6b33e8e6785734465faf50 /js
parent3e99c960a3ad75106c6b5f4bcf198921cf68656d (diff)
Fixed ID naming
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'js')
-rw-r--r--js/script.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/script.js b/js/script.js
index f6dbb3c..b78eae9 100644
--- a/js/script.js
+++ b/js/script.js
@@ -36,10 +36,10 @@
updateActiveUsersStatistics();
updateShareStatistics();
- setHumanReadableSizeToElement("dataBaseSize");
+ setHumanReadableSizeToElement("databaseSize");
setHumanReadableSizeToElement("phpMemLimit");
setHumanReadableSizeToElement("phpUploadMaxSize");
- setHumanReadableSizeToElement("numFilesFreeSpace");
+ setHumanReadableSizeToElement("systemDiskFreeSpace");
initMonitoringLinkToClipboard();
$("#monitoring-endpoint-url").on('click', function() {