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/1166a81eb39e547a8dc12a8a13260856fe143d60/UI/System/Layout.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
'use strict';
define(
[
'app',
'marionette',
'System/StatusModel',
'System/About/View',
'Logs/Layout',
'Shared/Toolbar/ToolbarLayout',
'Shared/LoadingView'
],function(App,
Marionette,
StatusModel,
AboutView,
LogsLayout,
ToolbarLayout,
LoadingView){
returnMarionette.Layout.extend({
template:'System/LayoutTemplate',
regions:{
toolbar:'#toolbar',
about:'#about',
loading:'#loading'
},
leftSideButtons:{
type:'default',
storeState:false,
items:
[
{
title:'Logs',
icon:'icon-book',
route:'logs'
},
{
title:'Check for Update',
icon:'icon-nd-update',
command:'applicationUpdate'
},
// {
// title : 'Restart',
// icon : 'icon-repeat',
// command : 'restart',
// successMessage: 'NzbDrone restart has been triggered',
// errorMessage : 'Failed to restart NzbDrone'
// },
// {
// title : 'Shutdown',
// icon : 'icon-power-off',
// command : 'shutdown',
// successMessage: 'NzbDrone shutdown has started',