Merge pull request #1393 from jellyfin/repos

Initial work for repository configuration
This commit is contained in:
dkanada
2020-06-22 22:52:08 +09:00
committed by GitHub
15 changed files with 214 additions and 25 deletions
+6
View File
@@ -215,6 +215,12 @@ define([
roles: 'admin',
controller: 'dashboard/plugins/available'
});
defineRoute({
path: '/repositories.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/plugins/repositories'
});
defineRoute({
path: '/home.html',