Skip to content

Commit

Permalink
Fix the pie charts so they don't show red for real memory usage if vi…
Browse files Browse the repository at this point in the history
…rtual memory exists
  • Loading branch information
iliajie committed Aug 4, 2024
1 parent 2937465 commit 8086863
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/stats/stats.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified extensions/stats/stats.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion extensions/stats/stats.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ const stats = {
return this.type() ? undefined : 100;
},
threshold: function () {
return this.type() ? -1 : 50;
return this.type() ? -1 : 80;
},
height: "100px",
},
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 8086863

Please sign in to comment.