|
|
@@ -110,8 +110,8 @@ class BackupJobDataTable extends DataTable implements ClientArea
|
|
|
$row = $job->getAttributes();
|
|
|
//workarround on daily schedule
|
|
|
if ($row['starttime'] == "") {
|
|
|
- $row['starttime'] = $this->data['dow'][0];
|
|
|
- $row['days'] = ["mon","tue","wed","thu","fri","sat","sun"];
|
|
|
+ $row['starttime'] = $row['dow'];
|
|
|
+ $row['dow'] = "mon,tue,wed,thu,fri,sat,sun";
|
|
|
}
|
|
|
logModuleCall(
|
|
|
'proxmoxCloud',
|