Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/1f4cf0034e77bff16dd5c8bef146b00c3e535476/UI/Shared/NotificationTemplate.html
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
<div class="alert alert-{{level}}">
|
|
<button type="button" class="close x-close icon-remove-sign"></button>
|
|
<i class="{{iconClass}}"/><strong>{{title}}</strong>
|
|
{{#if isPreFormatted}}
|
|
<pre>{{{preFormattedMessage}}}</pre>
|
|
{{else}}
|
|
{{message}}
|
|
{{/if}}
|
|
|
|
</div> |