mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
System page added, with link to logs
This commit is contained in:
parent
625acef635
commit
a9ac2500d5
9 changed files with 132 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'backbone',
|
||||
'constants'
|
||||
'backbone'
|
||||
], function (Backbone) {
|
||||
|
||||
var model = Backbone.Model.extend({
|
||||
url: Constants.ApiRoot + '/system/status'
|
||||
url: window.ApiRoot + '/system/status'
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue