Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve memory usage ui #7692

Open
pynixwang opened this issue Mar 20, 2025 · 1 comment
Open

improve memory usage ui #7692

pynixwang opened this issue Mar 20, 2025 · 1 comment

Comments

@pynixwang
Copy link

What would you like to see in luci?

_('Total Available'), (mem.available) ? mem.available : (mem.total && mem.free && mem.buffered) ? mem.free + mem.buffered : null, mem.total,

Total Available progress bar makes me confuse.
Used is enough.

all system monitor use a pattern used / total

@juronja
Copy link

juronja commented Mar 21, 2025

agree, confuses me every time too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants