]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/QuarantineList.js
add missing clearbeforeload arguments for monStoreErrors
[pmg-gui.git] / js / QuarantineList.js
index 4998893d3d48bff00060809a1c953764611c6365..41cbaae4e3dc2b1bc9d5297258bb2ffaa08b2d47 100644 (file)
@@ -31,6 +31,7 @@ Ext.define('PMG.QuarantineList', {
            me.lookupReference('from').setValue(today);
            me.lookupReference('to').setValue(today);
 
+           Proxmox.Utils.monStoreErrors(view.getView(), view.getStore());
            me.load(function() {
                if (view.cselect) {
                    view.setSelection(view.getStore().getById(view.cselect));