VRFS-1812 added latency indicators to the session info page

This commit is contained in:
Brian Smith 2014-06-28 13:21:32 -04:00
parent 287faa765c
commit ed25bd5456
1 changed files with 2 additions and 2 deletions

View File

@ -98,11 +98,11 @@
%table.musicians{:cellpadding => 0, :cellspacing => 0}
%tr.mb15
%td.latency-green GOOD
- if @user_scores[rsvp.id] > 20.0 && @user_scores[rsvp.id] <= 40.0
- elsif @user_scores[rsvp.id] > 20.0 && @user_scores[rsvp.id] <= 40.0
%table.musicians{:cellpadding => 0, :cellspacing => 0}
%tr.mb15
%td.latency-yellow MEDIUM
- if @user_scores[rsvp.id] > 40.0
- elsif @user_scores[rsvp.id] > 40.0
%table.musicians{:cellpadding => 0, :cellspacing => 0}
%tr.mb15
%td.latency-red POOR