Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/ca9c39984e68f8ab0671f2decd7e3133fedd91c4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
14 additions and
6 deletions
@ -35,6 +35,8 @@
</div>
</div>
<hr>
{{ formBuilder }}
</div>
</div>
@ -31,6 +31,8 @@
</div>
</div>
<hr>
{{ formBuilder }}
</div>
</div>
@ -33,7 +33,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-sonarr-form-info" title=" Do you want to get notifications when episodes are grabbed? "/>
<i class="icon-sonarr-form-info" title=" Be notified when episodes are available for download and has been sent to a download client "/>
</span>
</div>
</div>
@ -55,7 +55,7 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-sonarr-form-info" title=" Do you want to get notifications when episodes are downloaded? "/>
<i class="icon-sonarr-form-info" title=" Be notified when episodes are successfully downloaded "/>
</span>
</div>
</div>
@ -77,24 +77,26 @@
</label>
<span class="help-inline-checkbox">
<i class="icon-sonarr-form-info" title=" Do you want to get notifications when episodes are upgraded to a better quality? "/>
<i class="icon-sonarr-form-info" title=" Be notified when episodes are upgraded to a better quality "/>
</span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label"> Tags</label>
<label class="col-sm-3 control-label"> Filter Series Tags</label>
<div class="col-sm-5">
<input type="text" class="form-control x-tags">
</div>
<div class="col-sm-1 help-inline">
<i class="icon-sonarr-form-info" title=" Using tags will o nly send notifications for series with matching tags"/>
<i class="icon-sonarr-form-info" title=" O nly send notifications for series with matching tags"/>
</div>
</div>
<hr>
{{ formBuilder }}
</div>
</div>
@ -6,6 +6,8 @@
</div>
</div>
<hr>
<div class="form-group">
<label class="col-sm-3 control-label">Language</label>
@ -40,4 +42,4 @@
<div class="col-sm-1 help-inline">
<i class="icon-sonarr-form-info" title="Once this quality is reached Sonarr will no longer download episodes"/>
</div>
</div>
</div>