mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix highlight issue for active page on dashboard
This commit is contained in:
parent
e6b60f99c4
commit
de0b26fd61
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
|
|||
}, {
|
||||
name: globalize.translate("TabDashboard"),
|
||||
href: "dashboard.html",
|
||||
pageIds: ["dashboardPage", "serverActivityPage"],
|
||||
pageIds: ["dashboardPage"],
|
||||
icon: "dashboard"
|
||||
}, {
|
||||
name: globalize.translate("General"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue