1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-28 23:07:13 -04:00

Fixed: Show error if System->Logs fails to load due to ad blocker.

This commit is contained in:
Taloth Saldono
2018-01-27 23:27:30 +01:00
parent d617b6c6e3
commit d93645fb46
4 changed files with 35 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
var _ = require('underscore');
var Backbone = require('backbone');
module.exports = Backbone.Model.extend({
defaults : {
'type' : 'danger',
'title' : '',
'message' : ''
}
});