(BACKUP, BACKUP_OPTIONS).subscribe(id => {
- this.job['package-ids'] = id
+ this.job.packageIds = id
})
}
}
diff --git a/web/projects/ui/src/app/apps/portal/routes/system/backups/modals/history.component.ts b/web/projects/ui/src/app/apps/portal/routes/system/backups/modals/history.component.ts
index fd3a59d8d..2506249c1 100644
--- a/web/projects/ui/src/app/apps/portal/routes/system/backups/modals/history.component.ts
+++ b/web/projects/ui/src/app/apps/portal/routes/system/backups/modals/history.component.ts
@@ -62,10 +62,8 @@ import { GetBackupIconPipe } from '../pipes/get-backup-icon.pipe'
[style.background]="selected[index] ? 'var(--tui-clear)' : ''"
>
|
- {{ run['started-at'] | date : 'medium' }} |
-
- {{ run['started-at'] | duration : run['completed-at'] }} Minutes
- |
+ {{ run.startedAt | date: 'medium' }} |
+ {{ run.startedAt | duration: run.completedAt }} Minutes |
- Scheduling automatic backups is an excellent way to ensure your Embassy
- data is safely backed up. Your Embassy will issue a notification whenever
- one of your scheduled backups succeeds or fails.
+ Scheduling automatic backups is an excellent way to ensure your StartOS
+ data is safely backed up. StartOS will issue a notification whenever one
+ of your scheduled backups succeeds or fails.
{{ job.target.name }}
|
- Packages: {{ job['package-ids'].length }} |
+ Packages: {{ job.packageIds.length }} |
{{ (job.cron | toHumanCron).message }} |
|