mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-02 18:35:16 +00:00
setEmptyText when when loading the store with an email selected
so that we get 'no data' instead of 'no email selected' Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
96fba078bf
commit
ff0ee46d29
@ -55,7 +55,7 @@ Ext.define('PMG.QuarantineList', {
|
||||
// if the combobox has no selection we do not reload
|
||||
return;
|
||||
}
|
||||
|
||||
me.setEmptyText();
|
||||
}
|
||||
view.getStore().load(callback);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user