From 3a3f31c947bbe3daf2680293e46ac8728f196bdc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 16 Nov 2020 16:55:31 +0100 Subject: [PATCH] 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 --- www/datastore/DataStoreList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/datastore/DataStoreList.js b/www/datastore/DataStoreList.js index 135a630a..353709d3 100644 --- a/www/datastore/DataStoreList.js +++ b/www/datastore/DataStoreList.js @@ -123,6 +123,7 @@ Ext.define('PBS.datastore.DataStoreList', { me.items = [ { itemId: 'emptybox', + hidden: true, xtype: 'box', html: gettext('No Datastores configured'), },