]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: tape/ChangerStatus.js - avoid update status in list_media
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Feb 2021 11:06:49 +0000 (12:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 18 Feb 2021 11:06:49 +0000 (12:06 +0100)
We do not use the media location, so there is no need to update
the online status in the list_media call. Besides, we already update
the online status when we query the changer/status.

www/tape/ChangerStatus.js

index 183f0f40bb4eab7a6f4698f8df2c263b320d946c..d00d712f53928995b0d9859d6f7774bdf7233cf6 100644 (file)
@@ -421,7 +421,7 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
                    url: '/api2/extjs/tape/media/list',
                    method: 'GET',
                    params: {
-                       "update-status-changer": changer,
+                       "update-status": false,
                    }
                });