Skip to content

Commit

Permalink
feat(nimbus): Add tooltips to new experiment timeline
Browse files Browse the repository at this point in the history
Because
- The new UI is missing the tooltips on the timeline

This commit
- Adds tooltips to the new experiment timeline explaining what each count of days on the timeline means

Fixes #11748
  • Loading branch information
RJAK11 committed Jan 8, 2025
1 parent 3f2c6f8 commit c1312f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h4 class="mb-0">{{ experiment.name }}</h4>
<small class="mr-2">{{ status.days }} day{{ status.days|pluralize }}</small>
<i class="fa-regular fa-circle-question fa-sm ps-1"
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-placement="bottom"
title="{{ status.tooltip }}"></i>
</div>
{% endif %}
Expand Down

0 comments on commit c1312f4

Please sign in to comment.