mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #1537 - [Feature Request] Provide option to select which interface(s) to bind to
This commit is contained in:
parent
78d18d058c
commit
0750007cfe
7 changed files with 92 additions and 52 deletions
|
@ -2440,7 +2440,7 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/dashboardhosting.html',
|
||||
dependencies: ['paper-checkbox', 'paper-input', 'emby-button'],
|
||||
dependencies: ['paper-checkbox', 'emby-input', 'emby-button'],
|
||||
autoFocus: false,
|
||||
roles: 'admin',
|
||||
controller: 'scripts/dashboardhosting'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue