Skip to content

Commit

Permalink
feat(nimbus): Launch control flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikakhurana committed Dec 24, 2024
1 parent 5fa331d commit 8e26539
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
{% block sidebar %}
{% include "nimbus_experiments/sidebar.html" with experiment=experiment %}

{% endblock %}

{% block main_content_header %}
<div class="row mb-2">
<div class="col-md-12 col-xl-6">
{% endblock %}{% block main_content_header %}
<div class="row mb-2 align-items-center">
<!-- Experiment Details -->
<div class="col-md-6 col-xl-6">
<h4 class="mb-0">{{ experiment.name }}</h4>
<span class="{{ experiment.qa_status_badge_class }}">
QA Status: {{ experiment.qa_status|default:"Not Set"|title }}
Expand All @@ -22,7 +21,9 @@ <h4 class="mb-0">{{ experiment.name }}</h4>
</p>
{% endif %}
</div>
<div id="experiment-timeline">

<!-- Experiment Timeline -->
<div class="col-md-6 col-xl-6 text-end" id="experiment-timeline">
{% include "nimbus_experiments/timeline.html" %}
</div>
</div>
Expand Down

0 comments on commit 8e26539

Please sign in to comment.