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