1
0
Fork 0
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:
Luke Pulverenti 2013-10-30 11:55:55 -04:00
parent 30dd80deae
commit 0b982de081
2 changed files with 8 additions and 0 deletions

View file

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