mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tabs
This commit is contained in:
parent
7a3858d368
commit
49f8917315
20 changed files with 94 additions and 31 deletions
|
@ -741,11 +741,9 @@ var Dashboard = {
|
|||
icon: 'people'
|
||||
}, {
|
||||
divider: true,
|
||||
name: Globalize.translate('TabLibrary')
|
||||
}, {
|
||||
name: Globalize.translate('TabFolders'),
|
||||
name: Globalize.translate('TabLibrary'),
|
||||
href: "library.html",
|
||||
pageIds: ['mediaLibraryPage'],
|
||||
pageIds: ['mediaLibraryPage', 'libraryPathMappingPage'],
|
||||
icon: 'folder',
|
||||
color: '#009688'
|
||||
}, {
|
||||
|
@ -754,11 +752,6 @@ var Dashboard = {
|
|||
pageIds: ['metadataConfigurationPage', 'metadataImagesConfigurationPage', 'metadataNfoPage'],
|
||||
icon: 'insert-drive-file',
|
||||
color: '#FF9800'
|
||||
}, {
|
||||
name: Globalize.translate('TabPathSubstitution'),
|
||||
href: "librarypathmapping.html",
|
||||
pageIds: ['libraryPathMappingPage'],
|
||||
icon: 'mode-edit'
|
||||
}, {
|
||||
name: Globalize.translate('TabSubtitles'),
|
||||
href: "metadatasubtitles.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue