Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/cd2761d07d8bb9b8c6812c3b4203e3d43158cf89/UI/Settings/System/SystemView.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/UI/Settings/System/SystemView.js

12 lines
226 B

12 years ago
'use strict';
define([
'app', 'Settings/SettingsModel'
12 years ago
], function () {
NzbDrone.Settings.System.SystemView = Backbone.Marionette.ItemView.extend({
template: 'Settings/System/SystemTemplate',
});
});