|
@@ -75,7 +75,7 @@ class VmTabs extends TabsWidget implements ClientArea
|
|
|
/**
|
|
/**
|
|
|
* Reinstall
|
|
* Reinstall
|
|
|
*/
|
|
*/
|
|
|
- if ($this->configuration()->isQemu() && $this->configuration()->isPermissionOsTemplate() && $this->configuration()->isPermissionIsoImage())
|
|
|
|
|
|
|
+ if ($this->configuration()->isQemu() && $this->configuration()->isPermissionOsTemplate() && $this->configuration()->isPermissionIsoImage() && $this->configuration()->isPermissionReinstall())
|
|
|
{
|
|
{
|
|
|
$this->addElement(ReinstallTab::class);
|
|
$this->addElement(ReinstallTab::class);
|
|
|
}
|
|
}
|