From 77baca66eb113c9cbd281d7aed4a41bce7add080 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 17 May 2022 11:07:46 +0200 Subject: [PATCH] ui: datastore list: drop duplicate errorBox reference, neither is used Signed-off-by: Thomas Lamprecht --- www/datastore/DataStoreListSummary.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/datastore/DataStoreListSummary.js b/www/datastore/DataStoreListSummary.js index 36597bd9..c7b67d56 100644 --- a/www/datastore/DataStoreListSummary.js +++ b/www/datastore/DataStoreListSummary.js @@ -105,7 +105,6 @@ Ext.define('PBS.datastore.DataStoreListSummary', { items: [ { xtype: 'box', - reference: 'errorBox', hidden: true, tpl: [ '
', @@ -124,7 +123,6 @@ Ext.define('PBS.datastore.DataStoreListSummary', { }, { xtype: 'box', - reference: 'errorBox', hidden: true, tpl: [ '
',