mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
Fixed: A lot of small ui errors (e.g. More not showing) (Revert of #1959)
This commit is contained in:
@@ -48,7 +48,7 @@ module.exports = Marionette.Layout.extend({
|
||||
icon : 'icon-sonarr-file-text',
|
||||
command : 'backup',
|
||||
properties : { type : 'manual' },
|
||||
successMessage : 'Database and settings were backed up successfully.',
|
||||
successMessage : 'Database and settings were backed up successfully',
|
||||
errorMessage : 'Backup Failed!'
|
||||
}
|
||||
]
|
||||
@@ -91,4 +91,4 @@ module.exports = Marionette.Layout.extend({
|
||||
this.backupCollection.fetch();
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user