|
|
@@ -52,6 +52,8 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
$this->data = $this->vmModel->toArray();
|
|
|
$vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
|
|
|
$config = $vm->config();
|
|
|
+ $this->data['ciuser'] = $config['ciuser'];
|
|
|
+ $this->data['cipassword'] = $config['cipassword'];
|
|
|
$this->data['description'] = html_entity_decode($config['description']);
|
|
|
$this->data['searchdomain'] = $config['searchdomain'];
|
|
|
$ns = explode(" ",$config['nameserver']);
|