Commit 53fde1f8 authored by Sathyanarayanan Gunasekaran's avatar Sathyanarayanan Gunasekaran
Browse files

Change the default value of top to 10

parent f001ba86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@
            <label class="control-label" for="top">Number of results</label>
            <div class="controls">
              <input type="text" class="input-xlarge" id="top" name="top"
              placeholder="-1" value="-1" ng-model="query.top">
              placeholder="10" value="10" ng-model="query.top">
              <span class="help-inline">display only the top results (-1 for all)</span>
            </div>
          </div>