VRFS-1812 added latency indicators to the session info page
This commit is contained in:
parent
287faa765c
commit
ed25bd5456
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue