ui: tape restore: drop (now) unused references
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8848f1d487
commit
98dc770efa
|
@ -372,7 +372,6 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
|
||||||
xtype: 'pbsDataStoreSelector',
|
xtype: 'pbsDataStoreSelector',
|
||||||
name: 'store',
|
name: 'store',
|
||||||
labelWidth: 120,
|
labelWidth: 120,
|
||||||
reference: 'defaultDatastore',
|
|
||||||
bind: {
|
bind: {
|
||||||
fieldLabel: '{singleSelectorLabel}',
|
fieldLabel: '{singleSelectorLabel}',
|
||||||
emptyText: '{singleSelectorEmptyText}',
|
emptyText: '{singleSelectorEmptyText}',
|
||||||
|
@ -389,7 +388,6 @@ Ext.define('PBS.TapeManagement.TapeRestoreWindow', {
|
||||||
columnB: [
|
columnB: [
|
||||||
{
|
{
|
||||||
xtype: 'displayfield',
|
xtype: 'displayfield',
|
||||||
reference: 'mappingLabel',
|
|
||||||
fieldLabel: gettext('Datastore Mapping'),
|
fieldLabel: gettext('Datastore Mapping'),
|
||||||
labelWidth: 200,
|
labelWidth: 200,
|
||||||
bind: {
|
bind: {
|
||||||
|
|
Loading…
Reference in New Issue