Skip to content

Commit

Permalink
Adjust chart size in System Monitor
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <[email protected]>
  • Loading branch information
liviuconcioiu committed Jan 17, 2025
1 parent 99f38f5 commit 0f439af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/server/status/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ AJAX.registerOnload('server/status/monitor.js', function () {

chartSize = {
width: Math.floor(wdt),
height: Math.floor(0.75 * wdt)
height: Math.floor(0.55 * wdt)
};
}

Expand Down

0 comments on commit 0f439af

Please sign in to comment.