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>2017-06-01 12:55:35 +0300
committerGitHub <noreply@github.com>2017-06-01 12:55:35 +0300
commit79fd1d12e1ceb6139ab192350664a5b070d69189 (patch)
tree8b6b1f95cf89831b3820ad5f33454034aa957d69 /js
parenteb40aafa79a9e4a5b2d47ffed62033056de646fd (diff)
Fixed phpMemLimit not being humanReadable-ized
Signed-off-by: Patrik Kernstock <info@pkern.at>
Diffstat (limited to 'js')
-rw-r--r--js/script.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/script.js b/js/script.js
index 08dfa6e..e2e947b 100644
--- a/js/script.js
+++ b/js/script.js
@@ -35,6 +35,7 @@
updateActiveUsersStatistics();
updateShareStatistics();
setHumanReadableSizeToElement("dataBaseSize");
+ setHumanReadableSizeToElement("phpMemLimit");
setHumanReadableSizeToElement("phpUploadMaxSize");
function updateInfo() {