ui: datastore content: avoid duplicate masking on load error
we already handle that manually in the onLoad and want to further extend that, so drop the more generic monStoreError Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2393943fbb
commit
a93c96823c
|
@ -75,7 +75,6 @@ Ext.define('PBS.DataStoreContent', {
|
|||
'text',
|
||||
'backup-time',
|
||||
]);
|
||||
Proxmox.Utils.monStoreErrors(view, this.store);
|
||||
},
|
||||
|
||||
control: {
|
||||
|
|
Loading…
Reference in New Issue