mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix some broken and unused elements on the plugin pages
This commit is contained in:
parent
3b0b5228fe
commit
e4590b4898
7 changed files with 38 additions and 86 deletions
|
@ -284,15 +284,16 @@ define([
|
|||
roles: "admin"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/plugincatalog.html",
|
||||
path: "/availableplugins.html",
|
||||
autoFocus: false,
|
||||
roles: "admin",
|
||||
controller: "plugincatalogpage"
|
||||
controller: "availableplugins"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/plugins.html",
|
||||
path: "/installedplugins.html",
|
||||
autoFocus: false,
|
||||
roles: "admin"
|
||||
roles: "admin",
|
||||
controller: "installedplugins"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/scheduledtask.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue