mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #566 - Add permission configuration for remote control
This commit is contained in:
parent
30dd80deae
commit
0b982de081
2 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
<input type="checkbox" id="chkIsAdmin" name="chkIsAdmin" />
|
||||
<label for="chkIsAdmin">Allow this user to manage the server</label>
|
||||
</li>
|
||||
<li id="fldEnableRemoteControlOtherUsers" style="display: none;">
|
||||
<input type="checkbox" id="chkEnableRemoteControlOtherUsers" name="chkEnableRemoteControlOtherUsers" />
|
||||
<label for="chkEnableRemoteControlOtherUsers">Allow this user to remote control sessions from other users</label>
|
||||
</li>
|
||||
</ul>
|
||||
<div id="accessControlDiv" style="display: none">
|
||||
<h2>Access Control</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue