Skip to content

Commit

Permalink
fix(netflix): Incorrect tooltip for yesterday availability gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsquared committed Mar 7, 2017
1 parent 683141b commit 73602b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ <h4>Availability Status <help-field content="The availability trends for the Net
<h5>Recent</h5>
<h6>Current</h6>
<div class="current-score aggregate-score-{{aggregate.score}}"><span ng-bind-html="aggregate.reason"></span></div>
<h6>Yesterday <help-field content="The availability of the Netflix service from {{yesterday.date_range[0] | date:'short'}} to {{yesterday.date_range[1] | date:'short'}} has a target of {{ninetyonedays.target_nines}} nines."></help-field></h6>
<h6>Yesterday <help-field content="The availability of the Netflix service from {{yesterday.date_range[0] | date:'short'}} to {{yesterday.date_range[1] | date:'short'}} has a target of {{yesterday.target_nines}} nines."></help-field></h6>
<div class="section-title">Average</div>
<availability-donut nines="yesterday.nines" target-nines="yesterday.target_nines" score="yesterday.score" availability="yesterday.availability" outer-radius="100"></availability-donut>
</div>
Expand Down

0 comments on commit 73602b3

Please sign in to comment.