Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@ <h5 class="fw-semibold">Feature Config</h5>
<div id="features-tables"
class="card shadow-sm p-3 border-0 h-100 rounded-3 bg-primary-subtle">
<div scope="row" class="row">
<div scope="col" class="col-2 pe-0 align-items-center">
<h5 class="fw-semibold mt-3">
<div scope="col" class="col-8 pe-0 align-items-center">
<h5 class="fw-semibold mt-3 d-flex align-items-center">
<img src="{% static 'assets/feature-deliveries.svg' %}"
alt="Hugging Foxes"
style="width: 60px;
height: auto" />
Deliveries
<span class="me-2">Deliveries</span>
<i class="fa-regular fa-circle-question"
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-title="{{ NimbusUIConstants.FEATURE_PAGE_LINKS.deliveries_table_tooltip }}"></i>
</h5>
</div>
<div scope="col"
class="col-4 ps-0 d-inline-flex align-items-center flex-nowrap ">
class="col-4 ps-0 d-flex align-items-center justify-content-end">
<div id="feature-subscription-button">
{% if selected_feature_config %}
{% include "nimbus_experiments/feature_subscribe_button.html" %}
Expand Down Expand Up @@ -204,7 +204,7 @@ <h5 class="fw-semibold">
alt="Hugging Foxes"
style="width: 60px;
height: auto" />
QA Runs
<span>QA Runs</span>
</h5>
<div>
<div id="qa-info-table">
Expand Down Expand Up @@ -350,7 +350,7 @@ <h5 class="fw-semibold">
alt="Fox opening a box"
style="width: 60px;
height: auto" />
Feature Changes
<span>Feature Changes</span>
<i class="fa-regular fa-circle-question"
data-bs-toggle="tooltip"
data-bs-placement="top"
Expand Down