initFromWhmcsParams(); $this->acl()->disk(); Helper\sl("sidebar")->getSidebar("managementProxmoxVps")->getChild("disk")->setActive(true); if ($this->configuration()->isQemu()) { return Helper\view()->addElement(DiskDataTable::class); } elseif ($this->configuration()->isLxc()) { return Helper\view()->addElement(MountPointDataTable::class); } } }