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:
Dominik Csapak 2017-10-06 14:36:13 +02:00 committed by Dietmar Maurer
parent 96fba078bf
commit ff0ee46d29

View File

@ -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);
},