Skip to content

Commit

Permalink
Merge pull request #100 from OSC/fix/graph-display
Browse files Browse the repository at this point in the history
Fix missing secondary bar on GPU graphs
  • Loading branch information
ericfranz authored Dec 7, 2020
2 parents dce0bb3 + d6bf9fb commit 8aa7e62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/_node_status.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<div class="progress-bar progress-bar-secondary" role="progressbar" style="width:<%= gpustats.percent_of_queued_jobs_requesting_gpus(showqer.available_jobs) %>%"></div>
<% else %>
<div class="progress-bar progress-bar-info" role="progressbar" style="width:<%= showqer.eligible_percent %>%"></div>
<div class="progress-bar progress-bar-secondary" role="progressbar" style="width:<%= showqer.gpu_jobs_pending %>%"></div>
<% end %>
</div>
<% if showqer.job_scheduler_name != "slurm" %>
Expand Down

0 comments on commit 8aa7e62

Please sign in to comment.