1
0
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:
Mark McDowall
2015-02-20 18:20:31 -08:00
parent c4ce64d98d
commit 015deacd7b
132 changed files with 2260 additions and 3917 deletions
+2 -2
View File
@@ -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'