Skip to content

Commit

Permalink
Bug 1369137 - Add a help string about new sampling-based comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Jun 5, 2017
1 parent 6dd96f8 commit 542c933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/partials/perf/comparechooserctrl.html
Expand Up @@ -12,6 +12,9 @@
<div class="checkbox">
<label><input type="checkbox" ng-model="revisionComparison">Compare with a specific revision</label>
</div>
<div ng-show="!revisionComparison">
<p class="help-block">By default, Perherder will compare against performance data gathered over the last 2 days</p>
</div>
<div ng-show="revisionComparison">
<label for="original-revision-input">Revision</label>
<div class="form-group input-group" ng-class="{'has-error': originalRevisionError}">
Expand Down

0 comments on commit 542c933

Please sign in to comment.