mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
Upgraded to FontAwesome 4.3.0
This commit is contained in:
@@ -64,13 +64,13 @@ module.exports = Marionette.Layout.extend({
|
||||
items : [
|
||||
{
|
||||
title : 'Refresh',
|
||||
icon : 'icon-refresh',
|
||||
icon : 'icon-sonarr-refresh',
|
||||
ownerContext : this,
|
||||
callback : this._refreshTable
|
||||
},
|
||||
{
|
||||
title : 'Clear Log Files',
|
||||
icon : 'icon-trash',
|
||||
icon : 'icon-sonarr-clear',
|
||||
command : this.deleteFilesCommand,
|
||||
successMessage : 'Log files have been deleted',
|
||||
errorMessage : 'Failed to delete log files'
|
||||
|
||||
Reference in New Issue
Block a user