ui: tape/ChangerStatus.js - avoid update status in list_media

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.
This commit is contained in:
Dietmar Maurer 2021-02-18 12:06:49 +01:00
parent aa16b7b284
commit 6ef8e2902f

View 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,
}
});