1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix dashboard tab links

This commit is contained in:
Bill Thornton 2020-12-03 16:13:27 -05:00
parent 9155899860
commit f9ee9aeeb3
9 changed files with 29 additions and 29 deletions

View file

@ -159,13 +159,13 @@ function reloadList(page) {
function getTabs() {
return [{
href: 'installedplugins.html',
href: '#!/installedplugins.html',
name: globalize.translate('TabMyPlugins')
}, {
href: 'availableplugins.html',
href: '#!/availableplugins.html',
name: globalize.translate('TabCatalog')
}, {
href: 'repositories.html',
href: '#!/repositories.html',
name: globalize.translate('TabRepositories')
}];
}