Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/71c5653b91d36985d53413bc2a830c4b80828552
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
5 additions and
5 deletions
@ -29,5 +29,5 @@
<label class="labelClass">@Html.LabelFor(m => m.GrowlPassword)
<span class="small">@Html.DescriptionFor(m => m.GrowlPassword)</span>
</label>
@Html.Password For(m => m.GrowlPassword, new { @class = "inputClass" })
@Html.TextBox For(m => m.GrowlPassword, new { @class = "inputClass", type = "password " })
</div>
@ -81,7 +81,7 @@
<label class="labelClass">@Html.LabelFor(m => m.NewzbinPassword)
<span class="small">@Html.DescriptionFor(m => m.NewzbinPassword)</span>
</label>
@Html.Password For(m => m.NewzbinPassword, new { @class = "inputClass" })
@Html.TextBox For(m => m.NewzbinPassword, new { @class = "inputClass", type = "password " })
</div>
<h3>
<a href="#">Newznab</a></h3>
@ -37,7 +37,7 @@
<label class="labelClass">@Html.LabelFor(m => m.SabPassword)
<span class="small">@Html.DescriptionFor(m => m.SabPassword)</span>
</label>
@Html.Password For(m => m.SabPassword, new { @class = "inputClass" })
@Html.TextBox For(m => m.SabPassword, new { @class = "inputClass", type = "password " })
<label class="labelClass">@Html.LabelFor(m => m.SabTvCategory)
<span class="small">@Html.DescriptionFor(m => m.SabTvCategory)</span>
@ -44,7 +44,7 @@
<label class="labelClass">@Html.LabelFor(m => m.SmtpPassword)
<span class="small">@Html.DescriptionFor(m => m.SmtpPassword)</span>
</label>
@Html.Password For(m => m.SmtpPassword, new { @class = "inputClass" })
@Html.TextBox For(m => m.SmtpPassword, new { @class = "inputClass", type = "password " })
<label class="labelClass">@Html.LabelFor(m => m.SmtpFromAddress)
<span class="small">@Html.DescriptionFor(m => m.SmtpFromAddress)</span>
@ -44,5 +44,5 @@
<label class="labelClass">@Html.LabelFor(m => m.XbmcPassword)
<span class="small">@Html.DescriptionFor(m => m.XbmcPassword)</span>
</label>
@Html.Password For(m => m.XbmcPassword, new { @class = "inputClass" })
@Html.TextBox For(m => m.XbmcPassword, new { @class = "inputClass", type = "password " })
</div>