ui: datastore list: drop duplicate errorBox reference, neither is used

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-05-17 11:07:46 +02:00
parent e7ddae292a
commit 77baca66eb

View File

@ -105,7 +105,6 @@ Ext.define('PBS.datastore.DataStoreListSummary', {
items: [ items: [
{ {
xtype: 'box', xtype: 'box',
reference: 'errorBox',
hidden: true, hidden: true,
tpl: [ tpl: [
'<center>', '<center>',
@ -124,7 +123,6 @@ Ext.define('PBS.datastore.DataStoreListSummary', {
}, },
{ {
xtype: 'box', xtype: 'box',
reference: 'errorBox',
hidden: true, hidden: true,
tpl: [ tpl: [
'<center>', '<center>',