mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
UI Cleanup - Updated System, Tags and Wanted subtrees.
This commit is contained in:
@@ -2,8 +2,9 @@ var Marionette = require('marionette');
|
||||
var StatusModel = require('../../StatusModel');
|
||||
|
||||
module.exports = Marionette.ItemView.extend({
|
||||
template : 'System/Info/About/AboutViewTemplate',
|
||||
initialize : function(){
|
||||
template : 'System/Info/About/AboutViewTemplate',
|
||||
|
||||
initialize : function() {
|
||||
this.model = StatusModel;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user