mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 23:20:35 -06:00
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
Menu="CPUset:3"
|
|
Title="CPU Isolation"
|
|
Tag="icon-cpu"
|
|
---
|
|
<?PHP
|
|
/* Copyright 2005-2023, Lime Technology
|
|
* Copyright 2012-2023, Bergware International.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License version 2,
|
|
* as published by the Free Software Foundation.
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*/
|
|
?>
|
|
<form name="is">
|
|
<input type="hidden" name="names" value="isolcpus">
|
|
<table class='tablesorter shift' style='width:auto'>
|
|
<thead><tr><th><i class="fa fa-list"></i> _(Isolation)_</th><?create()?></tr></thead>
|
|
<tbody id="table-is"><?=$spinner?></tbody>
|
|
</table>
|
|
<input type="button" value="_(Apply)_" onclick="apply(this.form)" disabled><input type="button" value="_(Done)_" onclick="done()"><span id="wait-is" class="red-text" style="display:none"><i class="fa fa-spinner fa-spin"></i> _(Please wait)_...</span>
|
|
</form>
|
|
<?if (!$safemode):?>
|
|
<?else:?>
|
|
<div class="notice">_(CPU isolation is prohibited while system is running in SAFE MODE)_!</div>
|
|
<?endif;?>
|
|
|
|
:cpu_isolation_help:
|