andre 4 anni fa
parent
commit
b76d0fdf0c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      app/UI/Snapshot/Pages/SnapshotTab.php

+ 2 - 1
app/UI/Snapshot/Pages/SnapshotTab.php

@@ -28,10 +28,11 @@ class SnapshotTab extends TabsWidget implements ClientArea, AdminArea
 {
 {
     protected $id = 'snapshotTab';
     protected $id = 'snapshotTab';
     protected $name = 'snapshotTab';
     protected $name = 'snapshotTab';
-//    protected $vueComponent = true;
+    protected $vueComponent = true;
 
 
     public function initContent()
     public function initContent()
     {
     {
+        $this->unsetShowTitle();
         $this->addElement(new SnapshotRawDataTable());
         $this->addElement(new SnapshotRawDataTable());
         $this->addElement(new JobRawDataTable());
         $this->addElement(new JobRawDataTable());