mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Version added to footer
This commit is contained in:
parent
0ae1865dd8
commit
f94220c5ff
10 changed files with 52 additions and 18 deletions
11
UI/app.js
11
UI/app.js
|
@ -127,7 +127,6 @@ define([
|
|||
Activity: {}
|
||||
};
|
||||
|
||||
|
||||
window.NzbDrone.Quality = {};
|
||||
|
||||
window.NzbDrone.Commands = {};
|
||||
|
@ -136,8 +135,8 @@ define([
|
|||
Toolbar : {},
|
||||
Messenger : {},
|
||||
FormatHelpers: {},
|
||||
Grid : {}
|
||||
|
||||
Grid : {},
|
||||
Footer : {}
|
||||
};
|
||||
|
||||
window.NzbDrone.Cells = {};
|
||||
|
@ -172,7 +171,8 @@ define([
|
|||
};
|
||||
|
||||
window.NzbDrone.Constants = {
|
||||
ApiRoot: '/api'
|
||||
ApiRoot: '/api',
|
||||
Version: '0.0.0.0'
|
||||
};
|
||||
|
||||
window.NzbDrone.addInitializer(function () {
|
||||
|
@ -184,7 +184,8 @@ define([
|
|||
NzbDrone.addRegions({
|
||||
mainRegion : '#main-region',
|
||||
notificationRegion: '#notification-region',
|
||||
modalRegion : ModalRegion
|
||||
modalRegion : ModalRegion,
|
||||
footerRegion : '#footer-region'
|
||||
});
|
||||
|
||||
window.NzbDrone.start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue