ui: tape/ChangerStatus.js - only update status for selected changer
To reduce load/wait time.
This commit is contained in:
parent
9bbd83b1f2
commit
aa16b7b284
@ -419,6 +419,10 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
|
|||||||
let tapes_fut = PBS.Async.api2({
|
let tapes_fut = PBS.Async.api2({
|
||||||
timeout: 5*60*1000,
|
timeout: 5*60*1000,
|
||||||
url: '/api2/extjs/tape/media/list',
|
url: '/api2/extjs/tape/media/list',
|
||||||
|
method: 'GET',
|
||||||
|
params: {
|
||||||
|
"update-status-changer": changer,
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
let [status, drives, tapes_list] = await Promise.all([status_fut, drives_fut, tapes_fut]);
|
let [status, drives, tapes_list] = await Promise.all([status_fut, drives_fut, tapes_fut]);
|
||||||
|
Loading…
Reference in New Issue
Block a user