mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
CPU pinning page: update VMs with preservation of custom XML settings
This commit is contained in:
@@ -65,7 +65,6 @@ case 'ct':
|
||||
// create the current container assignments
|
||||
require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php";
|
||||
$DockerClient = new DockerClient();
|
||||
$DockerTemplates = new DockerTemplates();
|
||||
$containers = $DockerClient->getDockerContainers();
|
||||
$user_prefs = $dockerManPaths['user-prefs'];
|
||||
$cts = []; foreach ($containers as $ct) $cts[] = $ct['Name'];
|
||||
|
||||
Reference in New Issue
Block a user