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

add device upload options

This commit is contained in:
Luke Pulverenti 2014-10-11 16:38:13 -04:00
parent 8ff293076b
commit 9ae5d347c1
8 changed files with 327 additions and 2 deletions

View file

@ -678,6 +678,10 @@ var Dashboard = {
name: Globalize.translate('TabServer'),
href: "dashboard.html",
selected: page.hasClass("dashboardHomePage")
}, {
name: Globalize.translate('TabDevices'),
href: "devices.html",
selected: page.hasClass("devicesPage")
}, {
name: Globalize.translate('TabUsers'),
href: "userprofiles.html",