1
0
Fork 0
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:
dkanada 2019-04-02 16:11:55 -07:00
parent 3b0b5228fe
commit e4590b4898
7 changed files with 38 additions and 86 deletions

View file

@ -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",