Skip to content

Commit

Permalink
Fixed incorrect Json field name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf_Barbu authored and Rudolf_Barbu committed Dec 2, 2020
1 parent b55787b commit 5c7694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/index.js
Expand Up @@ -122,7 +122,7 @@ function sendInfoRequest()

currentClockSpeed.innerHTML = response.processor.clockSpeed;
currentProcCount.innerHTML = response.machine.procCount;
currentTotalStorage.innerHTML = response.storage.totalStorage;
currentTotalStorage.innerHTML = response.storage.total;
currentDiskCount.innerHTML = response.storage.diskCount;

days.innerHTML = response.uptime.days;
Expand Down

0 comments on commit 5c7694e

Please sign in to comment.