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:
parent
aa16b7b284
commit
6ef8e2902f
@ -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,
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user