mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Added indexer to history and tooltip to series view radio buttons
This commit is contained in:
parent
52f12c15a6
commit
20e72ca103
4 changed files with 13 additions and 5 deletions
|
@ -189,18 +189,21 @@ define(
|
|||
{
|
||||
key : 'posterView',
|
||||
title : '',
|
||||
tooltip : 'Posters',
|
||||
icon : 'icon-th-large',
|
||||
callback: this._showPosters
|
||||
},
|
||||
{
|
||||
key : 'listView',
|
||||
title : '',
|
||||
tooltip : 'Overview List',
|
||||
icon : 'icon-th-list',
|
||||
callback: this._showList
|
||||
},
|
||||
{
|
||||
key : 'tableView',
|
||||
title : '',
|
||||
tooltip : 'Table',
|
||||
icon : 'icon-table',
|
||||
callback: this._showTable
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue