diff --git a/www/tape/BackupJobs.js b/www/tape/BackupJobs.js index f8a64694..7c23864f 100644 --- a/www/tape/BackupJobs.js +++ b/www/tape/BackupJobs.js @@ -13,7 +13,7 @@ Ext.define('pbs-tape-backup-job-status', { let task = Proxmox.Utils.parse_task_upid(data['last-run-upid']); return endtime - task.starttime; }, - } + }, ], idProperty: 'id', proxy: { @@ -42,7 +42,7 @@ Ext.define('PBS.config.TapeBackupJobView', { init: function(view) { Proxmox.Utils.monStoreErrors(view, view.getStore().rstore); - } + }, }, listeners: { @@ -143,5 +143,5 @@ Ext.define('PBS.config.TapeBackupJobView', { let me = this; me.callParent(); - } + }, }); diff --git a/www/tape/ChangerStatus.js b/www/tape/ChangerStatus.js index 2e35c55c..5a1c6073 100644 --- a/www/tape/ChangerStatus.js +++ b/www/tape/ChangerStatus.js @@ -422,7 +422,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', { method: 'GET', params: { "update-status": false, - } + }, }); let [status, drives, tapes_list] = await Promise.all([status_fut, drives_fut, tapes_fut]);