mirror of https://github.com/Radarr/Radarr
Added tooltip to say analytics requires a restart to take effect
This commit is contained in:
parent
d651e6ac52
commit
b13b096e77
|
@ -174,7 +174,7 @@
|
|||
<label class="col-sm-3 control-label">Log Level</label>
|
||||
|
||||
<div class="col-sm-1 col-sm-push-2 help-inline">
|
||||
<i class="icon-nd-form-warning" title="Trace and Debug logging should only be enabled temporarily"/>
|
||||
<i class="icon-nd-form-warning" title="Trace logging should only be enabled temporarily"/>
|
||||
</div>
|
||||
|
||||
<div class="col-sm-2 col-sm-pull-1">
|
||||
|
@ -205,6 +205,7 @@
|
|||
|
||||
<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 Sonarr servers. We use this information to prioritize features and browser support. We will NEVER include any personal information or any information that could identify you."/>
|
||||
<i class="icon-nd-form-warning" title="Requires restart to take effect"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue