mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-10 01:18:06 +03:00
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 = [
|
me.items = [
|
||||||
{
|
{
|
||||||
itemId: 'emptybox',
|
itemId: 'emptybox',
|
||||||
|
hidden: true,
|
||||||
xtype: 'box',
|
xtype: 'box',
|
||||||
html: gettext('No Datastores configured'),
|
html: gettext('No Datastores configured'),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user