|
@@ -108,6 +108,11 @@ class BackupJobDataTable extends DataTable implements ClientArea
|
|
|
foreach ($scheduleRepository->fetch() as $job)
|
|
foreach ($scheduleRepository->fetch() as $job)
|
|
|
{
|
|
{
|
|
|
$row = $job->getAttributes();
|
|
$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"];
|
|
|
|
|
+ }
|
|
|
logModuleCall(
|
|
logModuleCall(
|
|
|
'proxmoxCloud',
|
|
'proxmoxCloud',
|
|
|
__FUNCTION__,
|
|
__FUNCTION__,
|