|
@@ -52,7 +52,6 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
$this->data = $this->vmModel->toArray();
|
|
$this->data = $this->vmModel->toArray();
|
|
|
$vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
|
|
$vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
|
|
|
$config = $vm->config();
|
|
$config = $vm->config();
|
|
|
- $this->data['name'] = $this->vmModel->getName();
|
|
|
|
|
$this->data['password'] = $this->vmModel->getPassword();
|
|
$this->data['password'] = $this->vmModel->getPassword();
|
|
|
$this->data['description'] = html_entity_decode($config['description']);
|
|
$this->data['description'] = html_entity_decode($config['description']);
|
|
|
$this->data['searchdomain'] = $config['searchdomain'];
|
|
$this->data['searchdomain'] = $config['searchdomain'];
|