Browse Source

snapshot jobs

andre 4 years ago
parent
commit
48f8dec6c7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/UI/Vm/Pages/VmTabs.php

+ 3 - 1
app/UI/Vm/Pages/VmTabs.php

@@ -18,6 +18,7 @@ use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\VirtualInterface\Pages\VirtualI
 use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces\ClientArea;
 use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces\ClientArea;
 use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\TabsWidget\TabsWidget;
 use ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\TabsWidget\TabsWidget;
 use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\Network\Pages\NetworkTab;
 use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\Network\Pages\NetworkTab;
+use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\Snapshot\Pages\JobRawDataTable;
 
 
 class VmTabs extends TabsWidget implements ClientArea
 class VmTabs extends TabsWidget implements ClientArea
 {
 {
@@ -47,7 +48,8 @@ class VmTabs extends TabsWidget implements ClientArea
         if ($this->configuration()->isPermissionSnapshot())
         if ($this->configuration()->isPermissionSnapshot())
         {
         {
 //            $this->addElement(new SnapshotDataTable());
 //            $this->addElement(new SnapshotDataTable());
-            $this->addElement(new SnapshotTab());
+//            $this->addElement(new SnapshotTab());
+            $this->addElement(new JobRawDataTable());
         }
         }
         //backup
         //backup
         if ($this->configuration()->isPermissionBackupJob())
         if ($this->configuration()->isPermissionBackupJob())