Browse Source

try to fix the detailed view

andre 4 năm trước cách đây
mục cha
commit
aaaea508b4

+ 0 - 1
app/UI/VmUpdate/Providers/VmUpdateProvider.php

@@ -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'];