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',
|
'text',
|
||||||
'backup-time',
|
'backup-time',
|
||||||
]);
|
]);
|
||||||
Proxmox.Utils.monStoreErrors(view, this.store);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
control: {
|
control: {
|
||||||
|
|
Loading…
Reference in New Issue