mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added sync cpu settings
This commit is contained in:
parent
3d8fc04db3
commit
1a57e3d12f
3 changed files with 22 additions and 4 deletions
|
@ -32,6 +32,20 @@
|
|||
<label for="txtUploadRateLimit">${LabelUploadSpeedLimit}</label>
|
||||
<input type="number" id="txtUploadSpeedLimit" min="0" step=".5" required="required" />
|
||||
</li>
|
||||
<li>
|
||||
<label for="txtCpuCoreLimit">${LabelConversionCpuCoreLimit}</label>
|
||||
<input type="number" id="txtCpuCoreLimit" min="0" max="8" step="1" required="required" />
|
||||
<div class="fieldDescription">
|
||||
${LabelConversionCpuCoreLimitHelp}
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<label for="chkEnableFullSpeedConversion">${OptionEnableFullSpeedConversion}</label>
|
||||
<input type="checkbox" id="chkEnableFullSpeedConversion" />
|
||||
<div class="fieldDescription">
|
||||
${OptionEnableFullSpeedConversionHelp}
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul data-role="listview" class="ulForm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue