New: added self hosted analytics to help improve nzbdrone. Can be turned off in Setting>General

This commit is contained in:
Keivan Beigi
2014-09-27 12:39:29 -07:00
parent cc8c88e921
commit a21b535937
7 changed files with 69 additions and 3 deletions

View File

@@ -173,9 +173,33 @@
</div>
</div>
</fieldset>
<fieldset>
<legend>Analytics</legend>
<div class="form-group">
<label class="col-sm-3 control-label">Enable</label>
<div class="col-sm-8">
<div class="input-group">
<label class="checkbox toggle well">
<input type="checkbox" name="analyticsEnabled" class="form-control"/>
<p>
<span>Yes</span>
<span>No</span>
</p>
<div class="btn btn-primary slide-button"/>
</label>
<span class="help-inline-checkbox">
<i class="icon-nd-form-info" title="Send anonymous information about your browser and which parts of the web interface you use to NzbDrone servers. We use this information to prioritize features and browser support. We will NEVER include any person information or any information that could identify you."/>
</span>
</div>
</div>
</div>
</fieldset>
<fieldset class="advanced-setting">
<legend>Updating</legend>
<legend>Updates</legend>
<div class="form-group">
<label class="col-sm-3 control-label">Branch</label>