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

Systemstatus visual updates #3561

Merged
merged 6 commits into from
May 23, 2024
Merged

Systemstatus visual updates #3561

merged 6 commits into from
May 23, 2024

Conversation

ashton22305
Copy link
Contributor

Work on #3555

def status_hash(name, active, total)
{
strings: [
"#{name} Active: #{number_with_delimiter(active)}",
Copy link
Contributor

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.

Comment on lines 13 to 14
</div>
<div class="progress">
Copy link
Contributor

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.

@HazelGrant HazelGrant merged commit 3196942 into master May 23, 2024
23 checks passed
@HazelGrant HazelGrant deleted the systemstatus-visual branch May 23, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants