We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2d1bf commit 122183cCopy full SHA for 122183c
1 file changed
experimenter/experimenter/nimbus_ui/templates/nimbus_experiments/results-inner.html
@@ -351,7 +351,7 @@ <h4 class="mb-0">{{ area }}</h4>
351
{% endfor %}
352
</div>
353
<div class="col position-relative w-25 d-flex flex-column">
354
- {% if experiment.has_displayable_results %}
+ {% if experiment.is_enrolling %}
355
<div class="row flex-row flex-nowrap overflow-auto mx-2 {% if branch_data|length > 4 %}mx-4{% endif %}">
356
{% for branch in branch_data %}
357
<div class="{% if branch_data|length > 4 %}col-4{% else %}col{% endif %} d-flex flex-column align-items-center">
0 commit comments