|
@@ -65,15 +65,6 @@ class DiskDataTable extends DataTable implements ClientArea
|
|
|
$this->addActionButton(new UpdateButton());
|
|
$this->addActionButton(new UpdateButton());
|
|
|
//Delete
|
|
//Delete
|
|
|
$this->addActionButton(new DeleteButton());
|
|
$this->addActionButton(new DeleteButton());
|
|
|
-
|
|
|
|
|
- logModuleCall(
|
|
|
|
|
- 'proxmoxCloud',
|
|
|
|
|
- __FUNCTION__,
|
|
|
|
|
- $this->getData() ,
|
|
|
|
|
- 'Debug',
|
|
|
|
|
- $this->getRawTitle()
|
|
|
|
|
- );
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
protected function loadHtml()
|
|
protected function loadHtml()
|
|
@@ -143,6 +134,15 @@ class DiskDataTable extends DataTable implements ClientArea
|
|
|
"bytes" => $entity->getBytes(),
|
|
"bytes" => $entity->getBytes(),
|
|
|
"master" => $entity->isMaster(),
|
|
"master" => $entity->isMaster(),
|
|
|
];
|
|
];
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $entity,
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ ''
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
$dataProv = new ArrayDataProvider();
|
|
$dataProv = new ArrayDataProvider();
|
|
|
$dataProv->setDefaultSorting("name", 'ASC');
|
|
$dataProv->setDefaultSorting("name", 'ASC');
|