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:
parent
8fc63287df
commit
3a3f31c947
@ -123,6 +123,7 @@ Ext.define('PBS.datastore.DataStoreList', {
|
||||
me.items = [
|
||||
{
|
||||
itemId: 'emptybox',
|
||||
hidden: true,
|
||||
xtype: 'box',
|
||||
html: gettext('No Datastores configured'),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user