ui: datastore edit: avoid an extra indentation level
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
757d0ccc76
commit
67042466e8
|
@ -21,8 +21,7 @@ Ext.define('PBS.DataStoreEdit', {
|
|||
return {};
|
||||
},
|
||||
|
||||
items: [
|
||||
{
|
||||
items: {
|
||||
xtype: 'tabpanel',
|
||||
bodyPadding: 10,
|
||||
items: [
|
||||
|
@ -50,7 +49,6 @@ Ext.define('PBS.DataStoreEdit', {
|
|||
emptyText: gettext('An absolute path'),
|
||||
},
|
||||
],
|
||||
|
||||
column2: [
|
||||
{
|
||||
xtype: 'proxmoxtextfield',
|
||||
|
@ -69,7 +67,6 @@ Ext.define('PBS.DataStoreEdit', {
|
|||
},
|
||||
},
|
||||
],
|
||||
|
||||
columnB: [
|
||||
{
|
||||
xtype: 'textfield',
|
||||
|
@ -113,7 +110,6 @@ Ext.define('PBS.DataStoreEdit', {
|
|||
allowBlank: true,
|
||||
},
|
||||
],
|
||||
|
||||
column2: [
|
||||
{
|
||||
xtype: 'proxmoxintegerfield',
|
||||
|
@ -146,9 +142,7 @@ Ext.define('PBS.DataStoreEdit', {
|
|||
allowBlank: true,
|
||||
},
|
||||
],
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue