|
|
@@ -43,10 +43,14 @@ class VmTabs extends TabsWidget implements ClientArea
|
|
|
}
|
|
|
}
|
|
|
//snapshot
|
|
|
- if ($this->configuration()->isPermissionSnapshot())
|
|
|
+ if ($this->configuration()->isPermissionSnapshotJob())
|
|
|
{
|
|
|
$this->addElement(new SnapshotTab());
|
|
|
}
|
|
|
+ elseif ($this->configuration()->isPermissionSnapshot())
|
|
|
+ {
|
|
|
+ $this->addElement(new SnapshotDataTable());
|
|
|
+ }
|
|
|
//backup
|
|
|
if ($this->configuration()->isPermissionBackupJob())
|
|
|
{
|