ui: fix changer panel reload after clean
This commit is contained in:
parent
6c92449702
commit
d41114c5a8
@ -194,7 +194,8 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
|
|||||||
let me = this;
|
let me = this;
|
||||||
PBS.Utils.driveCommand(record.data.name, 'clean', {
|
PBS.Utils.driveCommand(record.data.name, 'clean', {
|
||||||
waitMsgTarget: me.getView(),
|
waitMsgTarget: me.getView(),
|
||||||
callback: me.reload,
|
callback: this.reload,
|
||||||
|
scope: this,
|
||||||
method: 'PUT',
|
method: 'PUT',
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user