ui: datastores: hide "no datastore" box by default

avoids that it shows during store load, we do not know if there are
no datastores at that point and have already a loading mask.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-16 16:55:31 +01:00
parent 8fc63287df
commit 3a3f31c947

View File

@ -123,6 +123,7 @@ Ext.define('PBS.datastore.DataStoreList', {
me.items = [
{
itemId: 'emptybox',
hidden: true,
xtype: 'box',
html: gettext('No Datastores configured'),
},