-
Notifications
You must be signed in to change notification settings - Fork 108
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
Systemstatus visual updates #3561
Conversation
def status_hash(name, active, total) | ||
{ | ||
strings: [ | ||
"#{name} Active: #{number_with_delimiter(active)}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea I kinda feel like we don't need the # of active things at all. A researcher's only going to care about what's free (so they can use what's free).
What's active is interesting as a staff member/admin, but that's not who this page is for.
</div> | ||
<div class="progress"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file could use some whitespace to separate out different things. At a glance, it's a bit hard to read when everything is bunched up like this.
Work on #3555