initFromWhmcsParams(); $this->acl()->network(); Helper\sl("sidebar")->getSidebar("managementProxmoxVps")->getChild("network")->setActive(true); if ($this->configuration()->isQemu()) { return Helper\view()->addElement(NetworkQemuDataTable::class); } else { if ($this->configuration()->isLxc()) { return Helper\view()->addElement(NetworkLxcDataTable::class); } } } }