Răsfoiți Sursa

snapshot jobs

andre 4 ani în urmă
părinte
comite
c08ff6f9d8
1 a modificat fișierele cu 3 adăugiri și 2 ștergeri
  1. 3 2
      app/UI/Vm/Pages/VmTabs.php

+ 3 - 2
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\Widget\TabsWidget\TabsWidget;
 use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\Network\Pages\NetworkTab;
+use ModulesGarden\Servers\ProxmoxCloudVps\App\UI\Snapshot\Pages\JobRawDataTable;
 
 class VmTabs extends TabsWidget implements ClientArea
 {
@@ -46,8 +47,8 @@ class VmTabs extends TabsWidget implements ClientArea
         //snapshot
         if ($this->configuration()->isPermissionSnapshot())
         {
-//            $this->addElement(new SnapshotDataTable());
-            $this->addElement(new SnapshotTab());
+            $this->addElement(new SnapshotDataTable());
+            $this->addElement(new JobRawDataTable());
         }
         //backup
         if ($this->configuration()->isPermissionBackupJob())