ui: tape: add missing monStoreErrors calls for the grids
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
78593b5b5c
commit
bec357e2cb
@ -94,6 +94,10 @@ Ext.define('PBS.TapeManagement.DrivePanel', {
|
||||
startStore: function() {
|
||||
this.getView().getStore().rstore.startUpdate();
|
||||
},
|
||||
|
||||
init: function(view) {
|
||||
Proxmox.Utils.monStoreErrors(view, view.getStore().rstore);
|
||||
},
|
||||
},
|
||||
|
||||
listeners: {
|
||||
|
Reference in New Issue
Block a user