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

View File

@@ -25,7 +25,7 @@ module.exports = Marionette.Layout.extend({
},
ui : {
searchSelectedButton : '.btn i.icon-search'
searchSelectedButton : '.btn i.icon-sonarr-search'
},
columns : [
@@ -101,26 +101,26 @@ module.exports = Marionette.Layout.extend({
items : [
{
title : 'Search Selected',
icon : 'icon-search',
icon : 'icon-sonarr-search',
callback : this._searchSelected,
ownerContext : this,
className : 'x-search-selected'
},
{
title : 'Search All Missing',
icon : 'icon-search',
icon : 'icon-sonarr-search',
callback : this._searchMissing,
ownerContext : this,
className : 'x-search-missing'
},
{
title : 'Season Pass',
icon : 'icon-bookmark',
icon : 'icon-sonarr-monitored',
route : 'seasonpass'
},
{
title : 'Rescan Drone Factory Folder',
icon : 'icon-refresh',
icon : 'icon-sonarr-refresh',
command : 'downloadedepisodesscan',
properties : { sendUpdates : true }
@@ -137,14 +137,14 @@ module.exports = Marionette.Layout.extend({
key : 'monitored',
title : '',
tooltip : 'Monitored Only',
icon : 'icon-nd-monitored',
icon : 'icon-sonarr-monitored',
callback : this._setFilter
},
{
key : 'unmonitored',
title : '',
tooltip : 'Unmonitored Only',
icon : 'icon-nd-unmonitored',
icon : 'icon-sonarr-unmonitored',
callback : this._setFilter
}
]